mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
space-ify suits
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
QDEL_NULL(mod)
|
||||
return ..()
|
||||
|
||||
/obj/item/clothing/suit/armor/mod
|
||||
/obj/item/clothing/suit/space/mod
|
||||
name = "MOD chestplate"
|
||||
desc = "A chestplate for a MODsuit."
|
||||
icon = 'icons/obj/clothing/modsuit/mod_clothing.dmi'
|
||||
@@ -56,7 +56,7 @@
|
||||
var/obj/item/mod/control/mod
|
||||
mutantrace_variation = STYLE_DIGITIGRADE
|
||||
|
||||
/obj/item/clothing/suit/armor/mod/Destroy()
|
||||
/obj/item/clothing/suit/space/mod/Destroy()
|
||||
if(!QDELETED(mod))
|
||||
mod.chestplate = null
|
||||
mod.mod_parts -= src
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user