space-ify suits

This commit is contained in:
Jerry Wester
2023-01-07 07:48:27 -07:00
committed by KrissKr0ss
parent 0eb90e3a5a
commit 10baa84a27
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -69,7 +69,7 @@
/// MOD helmet.
var/obj/item/clothing/head/helmet/space/mod/helmet
/// MOD chestplate.
var/obj/item/clothing/suit/armor/mod/chestplate
var/obj/item/clothing/suit/space/mod/chestplate
/// MOD gauntlets.
var/obj/item/clothing/gloves/mod/gauntlets
/// MOD boots.
@@ -110,7 +110,7 @@
helmet = new /obj/item/clothing/head/helmet/space/mod(src)
helmet.mod = src
mod_parts += helmet
chestplate = new /obj/item/clothing/suit/armor/mod(src)
chestplate = new /obj/item/clothing/suit/space/mod(src)
chestplate.mod = src
mod_parts += chestplate
gauntlets = new /obj/item/clothing/gloves/mod(src)