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:
LordFowl
2016-12-06 17:01:21 +02:00
committed by skull132
parent 80bc02346e
commit c46ae8cb42
16 changed files with 552 additions and 239 deletions
+18 -1
View File
@@ -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)