mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 11:36:38 +01:00
Update suit_cooling.dm
This commit is contained in:
@@ -246,7 +246,7 @@
|
||||
/mob/living/simple_animal/hostile/jelly/cold/proc/toggle_cooling()
|
||||
isCooling=!isCooling
|
||||
|
||||
/mob/living/simple_animal/hostile/jelly/cold/handle_cooling(var/datum/gas_mixture/environment)
|
||||
/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)
|
||||
|
||||
Reference in New Issue
Block a user