Skip to content

Commit

Permalink
Third Try (#4950)
Browse files Browse the repository at this point in the history
* Third Try

third try at make this code work lol

* Update code/modules/clothing/suits/storage.dm

---------

Co-authored-by: Trilbyspaceclone <[email protected]>
  • Loading branch information
Dorodomki and Trilbyspaceclone authored Jan 21, 2024
1 parent 2eb9f48 commit 331c3e1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
sort_category = "Faction: Security"
cost = 0

/datum/gear/factionsecurity/miljacket_marshal //it's a Jacket for Marshals Commisioned by pneumo/husky and sprited/coded by Dromkii
display_name = "Marshal Jacket"
path = /obj/item/clothing/suit/storage/toggle/miljacket_marshal
allowed_roles = list("Warrant Officer","Supply Specialist","Ranger","Marshal Officer")
slot = slot_wear_suit
sort_category = "Faction: Security"

/datum/gear/factionsecurity/ironhammer_wintercoat //it's just a generic marshal plate carrier coat with no added coverage -Dongels
display_name = "security armored coat"
path = /obj/item/clothing/suit/armor/vest/ironhammer_wintercoat
Expand Down
10 changes: 10 additions & 0 deletions code/modules/clothing/suits/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,16 @@
icon_open = "militaryjacket_soyfed_open"
icon_closed = "militaryjacket_soyfed"

/obj/item/clothing/suit/storage/toggle/miljacket_marshal
name = "Marshal jacket"
desc = "A Resistant Marshal Coloured jacket with reflective yellow patches on it."
armor_list = list(melee = 15, bullet = 15, energy = 15, bomb = 10, bio = 0, rad = 0)
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
icon_state = "marshal_jacket"
item_state = "marshal_jacket"
icon_open = "marshal_jacket_open"
icon_closed = "marshal_jacket"

/*Snowsuits*/

/obj/item/clothing/suit/storage/snowsuit
Expand Down
Binary file modified icons/inventory/suit/icon.dmi
Binary file not shown.
Binary file modified icons/inventory/suit/mob.dmi
Binary file not shown.
Binary file modified icons/inventory/suit/mob_fem.dmi
Binary file not shown.

0 comments on commit 331c3e1

Please sign in to comment.