mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 05:23:31 +00:00
14 lines
348 B
Plaintext
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
|