mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
[MIRROR] Unlucky trait (#11775)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
6eab8c8408
commit
b8fe8fa68d
@@ -1,6 +1,44 @@
|
||||
// Contains loads of different types of boxes, which may have items inside!
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/datum/element/lootable/boxes
|
||||
|
||||
unlucky_loot = list(
|
||||
/obj/item/grenade/flashbang/clusterbang/primed,
|
||||
/obj/item/storage/box/old_syringes,
|
||||
/obj/item/storage/box/donut/empty,
|
||||
/obj/item/grenade/smokebomb/primed,
|
||||
/obj/item/storage/box,
|
||||
/obj/item/storage/box/cups,
|
||||
/obj/item/trash/candle,
|
||||
/obj/item/trash/candy,
|
||||
/obj/item/trash/candy/proteinbar,
|
||||
/obj/item/trash/candy/gums,
|
||||
/obj/item/trash/cheesie,
|
||||
/obj/item/trash/chips,
|
||||
/obj/item/trash/chips/bbq,
|
||||
/obj/item/trash/liquidfood,
|
||||
/obj/item/trash/pistachios,
|
||||
/obj/item/trash/plate,
|
||||
/obj/item/trash/popcorn,
|
||||
/obj/item/trash/raisins,
|
||||
/obj/item/trash/semki,
|
||||
/obj/item/trash/snack_bowl,
|
||||
/obj/item/trash/sosjerky,
|
||||
/obj/item/trash/syndi_cakes,
|
||||
/obj/item/trash/tastybread,
|
||||
/obj/item/trash/coffee,
|
||||
/obj/item/trash/tray,
|
||||
/obj/item/trash/unajerky,
|
||||
/obj/item/trash/waffles,
|
||||
/obj/item/spacecash/c1,
|
||||
/obj/item/card/emag_broken,
|
||||
/obj/effect/decal/remains/lizard,
|
||||
/obj/effect/decal/remains/mouse,
|
||||
/obj/effect/decal/remains/robot,
|
||||
/obj/item/pizzabox/old,
|
||||
/obj/item/paper/crumpled
|
||||
)
|
||||
|
||||
common_loot = list(
|
||||
/obj/item/storage/box,
|
||||
/obj/item/storage/box/beakers,
|
||||
|
||||
Reference in New Issue
Block a user