mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Christmas Update (#1203)
Several minor mapping changes, basically accounting to stringing up christmas lights and wreaths. Some chairs and tables were removed to make way for glorious Christmas Tree. May their sacrifices be well remembered.
This commit is contained in:
@@ -10,4 +10,21 @@
|
||||
spawn(1)
|
||||
name = "Pun Pun"
|
||||
real_name = name
|
||||
w_uniform = new /obj/item/clothing/under/punpun(src)
|
||||
if(prob(10))
|
||||
w_uniform = new /obj/item/clothing/under/nupnup(src)
|
||||
else
|
||||
w_uniform = new /obj/item/clothing/under/punpun(src)
|
||||
|
||||
/obj/item/clothing/under/nupnup
|
||||
name = "christmas uniform"
|
||||
desc = "The uniform of Nup Nup, the Christmas monkey."
|
||||
icon_state = "punpun"
|
||||
worn_state = "nupnup"
|
||||
species_restricted = list("Monkey")
|
||||
|
||||
/mob/living/carbon/human/monkey/nupnup/New()
|
||||
..()
|
||||
spawn(1)
|
||||
name = "Winston, the Christmas Monkey"
|
||||
real_name = name
|
||||
w_uniform = new /obj/item/clothing/under/nupnup(src)
|
||||
Reference in New Issue
Block a user