Removes kitty ears from the game. (#9158)

This commit is contained in:
Matt Atlas
2020-06-20 16:49:37 +02:00
committed by GitHub
parent 8aef86e8e0
commit 3ff07313e8
9 changed files with 43 additions and 41 deletions
+1 -2
View File
@@ -195,8 +195,7 @@
/obj/effect/landmark/costume/waiter/New()
new /obj/item/clothing/under/waiter(src.loc)
var/CHOICE= pick( /obj/item/clothing/head/kitty, /obj/item/clothing/head/rabbitears)
new CHOICE(src.loc)
new /obj/item/clothing/head/rabbitears(src.loc)
new /obj/item/clothing/suit/apron(src.loc)
delete_me = 1