Defib unattached brain nerf (#35099)

* makes defib fail if brain not attached

* removed unnecessary line
This commit is contained in:
gheritt
2023-10-03 12:55:59 -04:00
committed by GitHub
parent f40bd5f750
commit 477acff7be
3 changed files with 12 additions and 0 deletions

View File

@@ -1220,6 +1220,9 @@ Thanks.
/mob/living/proc/has_brain()
return 1
/mob/living/proc/has_attached_brain()
return 1
/mob/living/proc/has_eyes()
return 1