Files
CHOMPStation2/modular_chomp/code/game/objects/structures/loot_pile.dm
2022-12-24 14:17:14 +13:00

14 lines
348 B
Plaintext

/obj/structure/loot_pile/christmas_tree
name = "festive tree"
desc = "Happy Holidays!"
icon = 'modular_chomp/icons/obj/loot_piles.dmi'
icon_state = "festivetree"
plane = ABOVE_MOB_PLANE
chance_uncommon = 0
chance_rare = 0
common_loot = list(/obj/item/weapon/a_gift/advanced)
pixel_x = -32
bound_width = 96
bound_height = 64
density = 1