mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Merge pull request #4047 from Crazylemon64/no_more_ipc_permablind
IPCs (and diona) no longer go permablind
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user