Merge pull request #11026 from Trilbyspaceclone/patch-278
Makes ninja and wizards no longer spawn with suit sensors
This commit is contained in:
@@ -272,7 +272,7 @@
|
|||||||
/datum/outfit/wizard
|
/datum/outfit/wizard
|
||||||
name = "Blue Wizard"
|
name = "Blue Wizard"
|
||||||
|
|
||||||
uniform = /obj/item/clothing/under/color/lightpurple
|
uniform = /obj/item/clothing/under/color/lightpurple/trackless
|
||||||
suit = /obj/item/clothing/suit/wizrobe
|
suit = /obj/item/clothing/suit/wizrobe
|
||||||
shoes = /obj/item/clothing/shoes/sandal/magic
|
shoes = /obj/item/clothing/shoes/sandal/magic
|
||||||
ears = /obj/item/radio/headset
|
ears = /obj/item/radio/headset
|
||||||
|
|||||||
@@ -41,6 +41,10 @@
|
|||||||
item_color = "black"
|
item_color = "black"
|
||||||
resistance_flags = NONE
|
resistance_flags = NONE
|
||||||
|
|
||||||
|
/obj/item/clothing/under/color/black/trackless
|
||||||
|
desc = "A black jumpsuit that has its sensors removed."
|
||||||
|
has_sensor = NO_SENSORS
|
||||||
|
|
||||||
/obj/item/clothing/under/skirt/color/black
|
/obj/item/clothing/under/skirt/color/black
|
||||||
name = "black jumpskirt"
|
name = "black jumpskirt"
|
||||||
icon_state = "black_skirt"
|
icon_state = "black_skirt"
|
||||||
@@ -189,13 +193,16 @@
|
|||||||
item_state = "b_suit"
|
item_state = "b_suit"
|
||||||
item_color = "teal_skirt"
|
item_color = "teal_skirt"
|
||||||
|
|
||||||
|
|
||||||
/obj/item/clothing/under/color/lightpurple
|
/obj/item/clothing/under/color/lightpurple
|
||||||
name = "purple jumpsuit"
|
name = "purple jumpsuit"
|
||||||
icon_state = "lightpurple"
|
icon_state = "lightpurple"
|
||||||
item_state = "p_suit"
|
item_state = "p_suit"
|
||||||
item_color = "lightpurple"
|
item_color = "lightpurple"
|
||||||
|
|
||||||
|
/obj/item/clothing/under/color/lightpurple/trackless
|
||||||
|
desc = "A magically colored jumpsuit. No sensors are attached!"
|
||||||
|
has_sensor = NO_SENSORS
|
||||||
|
|
||||||
/obj/item/clothing/under/skirt/color/lightpurple
|
/obj/item/clothing/under/skirt/color/lightpurple
|
||||||
name = "lightpurple jumpskirt"
|
name = "lightpurple jumpskirt"
|
||||||
icon_state = "lightpurple_skirt"
|
icon_state = "lightpurple_skirt"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/datum/outfit/ninja
|
/datum/outfit/ninja
|
||||||
name = "Space Ninja"
|
name = "Space Ninja"
|
||||||
uniform = /obj/item/clothing/under/color/black
|
uniform = /obj/item/clothing/under/color/black/trackless
|
||||||
suit = /obj/item/clothing/suit/space/space_ninja
|
suit = /obj/item/clothing/suit/space/space_ninja
|
||||||
glasses = /obj/item/clothing/glasses/night
|
glasses = /obj/item/clothing/glasses/night
|
||||||
mask = /obj/item/clothing/mask/gas/space_ninja
|
mask = /obj/item/clothing/mask/gas/space_ninja
|
||||||
|
|||||||
Reference in New Issue
Block a user