Holiday Decor (#7540)

This commit is contained in:
Joshie
2019-12-02 00:00:09 +11:00
committed by Werner
parent ffa2e3ef04
commit 17a0e9cefb
9 changed files with 6256 additions and 1023 deletions

View File

@@ -1355,4 +1355,15 @@
/obj/item/flag/vaurca/l,
/obj/item/flag/zenghu,
/obj/item/flag/zenghu/l
)
/obj/random/gift
name = "random gift"
desc = "Contains a randomly sized gift."
icon = 'icons/obj/items.dmi'
icon_state = "gift1"
spawnlist = list(
/obj/item/xmasgift/small = 0.5,
/obj/item/xmasgift/medium = 0.3,
/obj/item/xmasgift/large = 0.2
)