mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-21 19:16:22 +01:00
gas
This commit is contained in:
@@ -248,10 +248,10 @@
|
||||
|
||||
/mob/living/simple_animal/hostile/jelly/cold/proc/handle_cooling(var/datum/gas_mixture/environment)
|
||||
var/datum/gas_mixture/gas
|
||||
gas = environment.remove(0.25 * environment.total_moles)
|
||||
if(gas)
|
||||
gas.add_thermal_energy(cooling)
|
||||
environment.merge(gas)
|
||||
gas = environment.remove(0.25 * environment.total_moles)
|
||||
if(gas)
|
||||
gas.add_thermal_energy(cooling)
|
||||
environment.merge(gas)
|
||||
|
||||
/mob/living/simple_animal/hostile/jelly/cold/Life()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user