Merge pull request #9180 from Kyep/stop_the_nakedness

Fixes 'Naked' Wizards
This commit is contained in:
tigercat2000
2018-07-06 14:31:10 -07:00
committed by GitHub
+1 -4
View File
@@ -1063,6 +1063,7 @@
/datum/outfit/admin/wizard
name = "Blue Wizard"
uniform = /obj/item/clothing/under/color/lightpurple
suit = /obj/item/clothing/suit/wizrobe
back = /obj/item/storage/backpack
@@ -1086,10 +1087,6 @@
if(istype(I))
apply_to_card(I, H, get_all_accesses(), "Wizard")
/datum/outfit/admin/wizard/blue
name = "Blue Wizard"
// the default wizard clothes are blue
/datum/outfit/admin/wizard/red
name = "Red Wizard"