Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions code/game/objects/machinery/vending/zombie_crash_vendor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@
/obj/item/ammo_magazine/flamer_tank/backtank/X = list(CAT_WEAPONS, "\"X\" Fuel Backpack (500u)", 30, "weapon-flamer"), // 1x backpack = 6.67x tanks; discount of 10 points.
// Fun
/obj/item/loot_box/tgmclootbox = list(CAT_FUN, "Lootbox", 120, "fun-random"),
/mob/living/carbon/xenomorph/larva/Corrupted = list(CAT_FUN, "Corrupted larva", 25, "fun-random"),
/obj/item/xeno_iff_tag = list(CAT_FUN, "Xeno IFF Tag", 5, "fun-random"),
)
/// The total amount of pooled points that have been gained. Shared across all vendors.
var/static/total_pooled_points = 0
Expand Down
Loading