Skip to content

Commit

Permalink
Added drive_jacket
Browse files Browse the repository at this point in the history
  • Loading branch information
Yata9ar4su committed Dec 20, 2023
1 parent ea14490 commit 5631b17
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion modular_ss220/loadout/code/donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
path = /obj/item/clothing/head/kitty
donator_tier = 2
cost = 1

// ID Skins
/datum/gear/donor/id_decal_colored
display_name = "Наклейка на карту (Голографическая)"
Expand Down Expand Up @@ -274,3 +274,9 @@
path = /obj/item/id_skin/boykisser
donator_tier = 4
cost = 5

/datum/gear/donor/driver
display_name = "Driver jacket."
path = /obj/item/clothing/suit/jacket/driver
donator_tier = 2
cost = 1

0 comments on commit 5631b17

Please sign in to comment.