Fix for oversight of dionaea needing to breathe.

This commit is contained in:
Zuhayr
2014-01-04 12:49:15 +10:30
parent 2ebd36fffd
commit 122f5854d6

View File

@@ -22,7 +22,7 @@
if(loc)
environment = loc.return_air()
if (stat != DEAD) //still breathing
if (stat != DEAD && !istype(src,/mob/living/carbon/monkey/diona)) //still breathing
//First, resolve location and get a breath
if(air_master.current_cycle%4==2)
//Only try to take a breath every 4 seconds, unless suffocating