I tested this, and IPCs should go blind upon losing their head

I think the cause of this bug was organs not being removed on decap, which
has since been fixed
This commit is contained in:
Crazylemon64
2016-03-30 21:16:42 -07:00
parent df30c7430a
commit 221cbc82a9
2 changed files with 1 additions and 13 deletions
@@ -195,14 +195,6 @@
slot = "eyes"
/obj/item/organ/internal/diona_receptor/remove(var/mob/living/user,special = 0)
if(!special)
owner.disabilities |= NEARSIGHTED
owner.sdisabilities |= BLIND
owner.eye_blind = 20
owner.eye_blurry = 40
..()
/obj/item/organ/internal/diona_receptor/surgeryize()
if(!owner)
return
@@ -132,13 +132,9 @@
/obj/item/organ/internal/optical_sensor/remove(var/mob/living/user,special = 0)
if(!special)
owner.disabilities |= NEARSIGHTED
owner.sdisabilities |= BLIND
owner.eye_blind = 20
owner.eye_blurry = 40
owner << "Error 404:Optical Sensors not found."
..()
. = ..()
/obj/item/organ/internal/optical_sensor/surgeryize()
if(!owner)