[MIRROR] Adds Inflation (#12771)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-05-21 10:42:27 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 20544c74f7
commit 2aa49e224a
19 changed files with 391 additions and 26 deletions
@@ -10,6 +10,10 @@
var/valve_open = 0
var/toggle = 1
/obj/item/transfer_valve/Initialize(mapload)
. = ..()
AddElement(/datum/element/sellable/transfer_valve)
/obj/item/transfer_valve/attackby(obj/item/item, mob/user)
var/turf/location = get_turf(src) // For admin logs
if(istype(item, /obj/item/tank))