Skip to content

Commit

Permalink
didn't realize spacesuits don't have armor .
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrem7 committed Jul 6, 2024
1 parent c901981 commit 4145c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/factions/gezena.dm
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
righthand_file = 'icons/mob/inhands/faction/gezena/gezena_righthand.dmi'
icon_state = "spacesuit"
item_state = "spacesuit"
armor = list("melee" = 25, "bullet" = 15, "laser" = 15, "energy" = 15, "bomb" = 25, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75) //softsuit
armor = list("melee" = 15, "bullet" = 10, "laser" = 10, "energy" = 10, "bomb" = 20, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75) //softsuit
w_class = WEIGHT_CLASS_NORMAL
supports_variations = DIGITIGRADE_VARIATION

Expand All @@ -114,7 +114,7 @@
righthand_file = 'icons/mob/inhands/faction/gezena/gezena_righthand.dmi'
icon_state = "spacehelmet"
item_state = "spacehelm"
armor = list("melee" = 25, "bullet" = 15, "laser" = 15, "energy" = 15, "bomb" = 25, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75) //softsuit
armor = list("melee" = 15, "bullet" = 10, "laser" = 10, "energy" = 10, "bomb" = 20, "bio" = 100, "rad" = 50, "fire" = 75, "acid" = 75) //softsuit
w_class = WEIGHT_CLASS_NORMAL

//Hats
Expand Down

0 comments on commit 4145c9d

Please sign in to comment.