Skip to content

Commit

Permalink
removes armor from soft clothing
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrem7 committed Jul 6, 2024
1 parent 4145c9d commit 094ef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/factions/gezena.dm
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
desc = "The standard cap of the PGF military, in Navy colors. “betzu-il”, translating to “sun-blocker”, refers to the flap at the back for protection against natural hazards such as sunburns, sandstorms, and biting insects."
icon_state = "navalflap"
item_state = "bluecloth"
armor = list("melee" = 5, "bullet" = 5, "laser" = 5, "energy" = 5, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 50) //praticality for enviro prot
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 50) //soft clothing = no armor
cold_protection = HEAD
min_cold_protection_temperature = HELMET_MIN_TEMP_PROTECT
heat_protection = HEAD
Expand Down

0 comments on commit 094ef45

Please sign in to comment.