mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
// Stuff you may find attached the christmals tree
|
|
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
/datum/element/lootable/christmas_tree
|
|
chance_uncommon = 0
|
|
chance_rare = 0
|
|
|
|
loot_depletion = FALSE
|
|
|
|
common_loot = list(/obj/item/a_gift/advanced)
|