adds the ability for large air pumps to be ordered from cargo (#30515)

This commit is contained in:
Hayden Redacted
2025-10-06 18:18:42 +00:00
committed by GitHub
parent cc1e713844
commit 7f445059b8
@@ -284,3 +284,10 @@
cost = 500
containertype = /obj/structure/closet/crate
containername = "chemical flamethrower canister crate"
/datum/supply_packs/engineering/canister/large_air_pump
name = "Large Air Pump"
contains = list(/obj/machinery/atmospherics/portable/pump/big)
cost = 400
containertype = /obj/structure/largecrate
containername = "Large Air Pump Crate"