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."