Skip to content

Commit

Permalink
stamps to hop and cargo coats (#20049)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlwjec0 authored Aug 16, 2023
1 parent 43d883e commit cbcc15d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
hoodtype = /obj/item/clothing/head/hooded/raincoat
flags_inv = HIDEGLOVES|HIDESUITSTORAGE|HIDENECK|HIDEJUMPSUIT
alternate_worn_layer = ABOVE_BODY_FRONT_LAYER

/obj/item/clothing/head/hooded/raincoat
name = "raincoat hood"
desc = "A lightweight but protective hood that will keep all manner of fluids off you."
Expand Down Expand Up @@ -335,7 +335,7 @@
clothing_flags = THICKMATERIAL
flags_inv = HIDEHAIR|HIDEEARS
dynamic_hair_suffix = ""

/obj/item/clothing/suit/hooded/bee_costume/authentic
name = "bee costume"
desc = "Bee the true Queen! Smells like honey..."
Expand Down Expand Up @@ -591,6 +591,7 @@
armor = list(MELEE = 10, BULLET = 15, LASER = 15, ENERGY = 25, BOMB = 10, BIO = 0, RAD = 0, FIRE = 0, ACID = 35)
allowed = list(
/obj/item/melee/classic_baton,
/obj/item/stamp
)
hoodtype = /obj/item/clothing/head/hooded/winterhood/hop

Expand Down Expand Up @@ -739,6 +740,7 @@
icon_state = "coatcargo"
item_state = "coatcargo"
hoodtype = /obj/item/clothing/head/hooded/winterhood/cargo
allowed = list(/obj/item/stamp)

/obj/item/clothing/head/hooded/winterhood/cargo
icon_state = "winterhood_cargo"
Expand Down

0 comments on commit cbcc15d

Please sign in to comment.