mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
fixes vaurca surgery and permanent blindess (#12723)
Co-authored-by: TGW <mc-casper@hotmail.dk>
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
vision_mechanical_color = /datum/client_color/monochrome
|
||||
eye_emote = "'s eyes gently shift."
|
||||
|
||||
/obj/item/organ/internal/eyes/night/vaurca/surgical_fix(mob/user)
|
||||
..()
|
||||
if(damage < min_broken_damage && owner.sdisabilities & BLIND)
|
||||
owner.sdisabilities -= BLIND
|
||||
|
||||
/obj/item/organ/internal/eyes/night/vaurca/flash_act()
|
||||
if(!owner)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user