mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +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
|
||||
|
||||
@@ -340,6 +340,7 @@ obj/item/organ/vaurca/neuralsocket/process()
|
||||
|
||||
/obj/item/organ/external/chest/vaurca
|
||||
limb_flags = 0
|
||||
encased = null
|
||||
|
||||
/obj/item/organ/external/groin/vaurca
|
||||
limb_flags = ORGAN_CAN_AMPUTATE | ORGAN_CAN_MAIM
|
||||
@@ -370,3 +371,4 @@ obj/item/organ/vaurca/neuralsocket/process()
|
||||
|
||||
/obj/item/organ/external/head/vaurca
|
||||
limb_flags = ORGAN_CAN_AMPUTATE | ORGAN_CAN_MAIM
|
||||
encased = null
|
||||
|
||||
Reference in New Issue
Block a user