Skip to content

Commit

Permalink
DEATHSQUAD!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr committed Oct 8, 2024
1 parent c90726c commit e61acad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/clothing/spacesuits/void/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
siemens_coefficient = 0.6
rad_resist_type = /datum/rad_resist/deathsquad

/obj/item/clothing/suit/space/void/swat
/obj/item/clothing/suit/space/void/deathsquad
name = "\improper SWAT suit"
desc = "A heavily armored suit that protects against moderate damage. Used in special operations."
icon_state = "deathsquad_voidsuit"
Expand All @@ -23,7 +23,7 @@
siemens_coefficient = 0.6
rad_resist_type = /datum/rad_resist/deathsquad

/obj/item/clothing/suit/space/void/swat/New()
/obj/item/clothing/suit/space/void/deathsquad/New()
..()
slowdown_per_slot[slot_wear_suit] = 1

Expand Down

0 comments on commit e61acad

Please sign in to comment.