Skip to content

Commit

Permalink
piss. shit. fuck.
Browse files Browse the repository at this point in the history
  • Loading branch information
Addust committed Sep 20, 2023
1 parent ed8d32f commit 2d6acf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
/obj/item/clothing/head/helmet/stamped_steel
name = "unlined stamped plasteel helmet"
desc = "A helmet stamped from a plasteel sheet, based off ancient, pre-Night of Fire designs, frequently found among civilians. This one is missing its lining, and is very easy to knock off."
flags_inv = HIDEEARS
flags_inv = HIDEEARS|HIDEHAIR
flags_cover = HEADCOVERSEYES
armor = list("melee" = 25, "bullet" = 10, "laser" = 25, "energy" = 15, "bomb" = 10, "bio" = 0, "rad" = 0, "fire" = 25, "acid" = 50)
resistance_flags = FIRE_PROOF
Expand All @@ -618,7 +618,7 @@
/obj/item/clothing/head/helmet/stamped_steel/lined
name = "stamped plasteel helmet"
desc = "A helmet stamped from a plasteel sheet, based off ancient, pre-Night of Fire designs, frequently found among civilians."
flags_inv = HIDEEARS|HIDEHAIR //the liner contains the hair
flags_inv = HIDEEARS|HIDEHAIR
flags_cover = HEADCOVERSEYES
armor = list("melee" = 25, "bullet" = 15, "laser" = 25, "energy" = 15, "bomb" = 10, "bio" = 0, "rad" = 0, "fire" = 35, "acid" = 50)
resistance_flags = FIRE_PROOF
Expand Down

0 comments on commit 2d6acf1

Please sign in to comment.