mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Removes kitty ears from the game. (#9158)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user