Very well!

This commit is contained in:
Matt Milosevic
2016-05-30 19:35:51 +02:00
parent 1575a48e91
commit 0317e757a2
2 changed files with 3 additions and 2 deletions
@@ -78,3 +78,6 @@
see_in_dark = 2
see_invisible = SEE_INVISIBLE_LIVING
handle_hud_icons_health()
/mob/living/carbon/brain/breathe()
return
-2
View File
@@ -41,8 +41,6 @@
return
if(NO_BREATH in mutations)
return // No breath mutation means no breathing.
if(istype(src, /mob/living/carbon/brain))
return
var/datum/gas_mixture/environment
if(loc)