mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
Quick fix for cryo.
Moving this to machery process just seems dirty, but it works until somebody else with the time or care can figure something out about that expel gas proc.
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
if(air_contents)
|
||||
temperature_archived = air_contents.temperature
|
||||
heat_gas_contents()
|
||||
expel_gas()
|
||||
if(abs(temperature_archived-air_contents.temperature) > 1)
|
||||
parent.update = 1
|
||||
|
||||
@@ -68,8 +67,10 @@
|
||||
updateDialog()
|
||||
return
|
||||
|
||||
if(air_contents && occupant)
|
||||
process_occupant()
|
||||
if(air_contents)
|
||||
if (occupant)
|
||||
process_occupant()
|
||||
expel_gas()
|
||||
|
||||
updateDialog()
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user