Skip to content

Commit

Permalink
remove galactic market for rebalancing
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jan 19, 2025
1 parent 47e4f35 commit 908398a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modular_bandastation/balance/code/supply_packs.dm
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
/datum/supply_pack
special_pod = /obj/structure/closet/supplypod/teleporter

// Disabled. Waiting for rebalancing.
/datum/supply_pack/imports/materials_market
special = TRUE

/obj/machinery/materials_market/Initialize(mapload)
. = ..()
if(mapload)
return INITIALIZE_HINT_QDEL

0 comments on commit 908398a

Please sign in to comment.