mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
SSair performance improvements (#28271)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
pressure_resistance = 2*ONE_ATMOSPHERE
|
||||
container_type = DRAINABLE | AMOUNT_VISIBLE
|
||||
max_integrity = 300
|
||||
cares_about_temperature = TRUE
|
||||
/// How much this dispenser can hold (In units)
|
||||
var/tank_volume = 1000
|
||||
/// The ID of the reagent that the dispenser uses
|
||||
@@ -49,7 +50,7 @@
|
||||
if(can_be_unwrenched)
|
||||
. += "<span class='notice'>The wheels look like they can be <b>[anchored ? "unlocked" : "locked in place"]</b> with a <b>wrench</b>."
|
||||
|
||||
/obj/structure/reagent_dispensers/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume)
|
||||
/obj/structure/reagent_dispensers/temperature_expose(exposed_temperature, exposed_volume)
|
||||
..()
|
||||
if(reagents)
|
||||
for(var/i in 1 to 8)
|
||||
|
||||
Reference in New Issue
Block a user