mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 12:13:38 +01:00
[MIRROR] Adds Inflation (#12771)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
20544c74f7
commit
2aa49e224a
@@ -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))
|
||||
|
||||
@@ -510,9 +510,10 @@ GLOBAL_LIST_EMPTY(tank_gauge_cache)
|
||||
log_world(span_warning("[x],[y] tank is leaking: [pressure] kPa, integrity [integrity]"))
|
||||
#endif
|
||||
|
||||
|
||||
/* //This resulted in tanks going into negative values of integrity forever. Integrity should only be lost if the tank is moving towards exploding.
|
||||
else
|
||||
integrity-= 1
|
||||
*/
|
||||
|
||||
|
||||
else
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
/obj/item/radio/headset/earbud/cargo,
|
||||
/obj/item/clothing/gloves/black,
|
||||
/obj/item/clothing/gloves/fingerless,
|
||||
/obj/item/clothing/head/soft)
|
||||
/obj/item/clothing/head/soft,
|
||||
/obj/item/cargo_scanner)
|
||||
|
||||
/obj/structure/closet/secure_closet/cargotech/Initialize(mapload)
|
||||
if(prob(75))
|
||||
@@ -58,7 +59,8 @@
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/cargo,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/cargo/qm,
|
||||
/obj/item/clothing/head/beret/qm,
|
||||
/obj/item/clothing/shoes/boots/winter/supply)
|
||||
/obj/item/clothing/shoes/boots/winter/supply,
|
||||
/obj/item/cargo_scanner)
|
||||
|
||||
/obj/structure/closet/secure_closet/quartermaster/Initialize(mapload)
|
||||
if(prob(75))
|
||||
|
||||
Reference in New Issue
Block a user