mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Chrimbus Tree
This commit is contained in:
12
modular_chomp/code/game/objects/structures/loot_pile.dm
Normal file
12
modular_chomp/code/game/objects/structures/loot_pile.dm
Normal file
@@ -0,0 +1,12 @@
|
||||
/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
|
||||
Reference in New Issue
Block a user