From bd152f6857def95f94a3840a56df5d00d536f2e4 Mon Sep 17 00:00:00 2001 From: Firecage Date: Sun, 4 Dec 2016 17:06:03 +0200 Subject: [PATCH] Ash Walkers now has a uniform without suit sensors. --- code/game/objects/structures/ghost_role_spawners.dm | 2 +- code/modules/clothing/under/miscellaneous.dm | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/code/game/objects/structures/ghost_role_spawners.dm b/code/game/objects/structures/ghost_role_spawners.dm index 388c1e4732b..1aa8bb8564c 100644 --- a/code/game/objects/structures/ghost_role_spawners.dm +++ b/code/game/objects/structures/ghost_role_spawners.dm @@ -37,7 +37,7 @@ icon_state = "large_egg" mob_species = /datum/species/lizard/ashwalker helmet = /obj/item/clothing/head/helmet/gladiator - uniform = /obj/item/clothing/under/gladiator + uniform = /obj/item/clothing/under/gladiator/ash_walker roundstart = FALSE death = FALSE anchored = 0 diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index d05f825edb6..c29885a430f 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -402,6 +402,10 @@ can_adjust = 0 resistance_flags = 0 +/obj/item/clothing/under/gladiator/ash_walker + desc = "This gladiator uniform appears to be covered in ash and appears to be fairly dated." + has_sensor = 0 + /obj/item/clothing/under/sundress name = "sundress" desc = "Makes you want to frolic in a field of daisies."