Brainmobs can no longer ethereal jaunt

This commit is contained in:
Crazylemon
2016-01-25 15:43:13 -08:00
committed by Crazylemon64
parent 9fdc7d33bf
commit 07a62934e4
3 changed files with 12 additions and 2 deletions
@@ -95,4 +95,7 @@ I'm using this for Stat to give it a more nifty interface to work with
if(istype(src.loc, /obj/mecha))
var/obj/mecha/M = src.loc
stat("Exosuit Charge:", "[istype(M.cell) ? "[M.cell.charge] / [M.cell.maxcharge]" : "No cell detected"]")
stat("Exosuit Integrity", "[!M.health ? "0" : "[(M.health / initial(M.health)) * 100]"]%")
stat("Exosuit Integrity", "[!M.health ? "0" : "[(M.health / initial(M.health)) * 100]"]%")
/mob/living/carbon/brain/can_safely_leave_loc()
return 0 //You're not supposed to be ethereal jaunting, brains
+5 -1
View File
@@ -1436,4 +1436,8 @@ mob/proc/yank_out_object()
//Can the mob see reagents inside of containers?
/mob/proc/can_see_reagents()
return 0
return 0
//Can this mob leave its location without breaking things terrifically?
/mob/proc/can_safely_leave_loc()
return 1 // Yes, you can