Skip to content

Commit

Permalink
does .. nothing?
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Dec 18, 2023
1 parent ce34774 commit 18de1d1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/modules/clothing/spacesuits/hardsuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@
icon_state = "hardsuit1-sbg"
item_state = "hardsuit1-sbg"
hardsuit_type = "sbg"
armor = list("melee" = 40, "bullet" = 50, "laser" = 30, "energy" = 40, "bomb" = 35, "bio" = 100, "rad" = 50, "fire" = 50, "acid" = 90)

/obj/item/clothing/suit/space/hardsuit/syndi/sbg
name = "beige-red hardsuit"
Expand All @@ -464,9 +463,6 @@
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/syndi/sbg
lightweight = 1
jetpack = null
armor = list("melee" = 40, "bullet" = 50, "laser" = 30, "energy" = 40, "bomb" = 35, "bio" = 100, "rad" = 50, "fire" = 50, "acid" = 90)
combat_slowdown = 0
jetpack = null


//Hardliner Syndie suit
Expand All @@ -477,7 +473,6 @@
icon_state = "hardsuit1-hl"
item_state = "hardsuit1-hl"
hardsuit_type = "hl"
armor = list("melee" = 40, "bullet" = 50, "laser" = 30, "energy" = 40, "bomb" = 35, "bio" = 100, "rad" = 50, "fire" = 50, "acid" = 90)

/obj/item/clothing/suit/space/hardsuit/syndi/hl
name = "white-red hardsuit"
Expand All @@ -489,9 +484,6 @@
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/syndi/hl
lightweight = 1
jetpack = null
armor = list("melee" = 40, "bullet" = 50, "laser" = 30, "energy" = 40, "bomb" = 35, "bio" = 100, "rad" = 50, "fire" = 50, "acid" = 90)
combat_slowdown = 0
jetpack = null


//Elite Syndie suit
Expand Down

0 comments on commit 18de1d1

Please sign in to comment.