Revert "Orange Is the New Orange!"

This reverts commit 686c3adf9b.
This commit is contained in:
TheFurryFeline
2019-09-21 18:35:56 -04:00
parent 686c3adf9b
commit 1f3aa1dd27
12 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
M.loc = pick(prisonwarp)
if(istype(M, /mob/living/carbon/human))
var/mob/living/carbon/human/prisoner = M
prisoner.equip_to_slot_or_del(new /obj/item/clothing/under/color/prison(prisoner), slot_w_uniform)
prisoner.equip_to_slot_or_del(new /obj/item/clothing/under/color/orange(prisoner), slot_w_uniform)
prisoner.equip_to_slot_or_del(new /obj/item/clothing/shoes/orange(prisoner), slot_shoes)
spawn(50)
M << "<font color='red'>You have been sent to the prison station!</font>"