mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
fixes vaurca surgery and permanent blindess (#12723)
Co-authored-by: TGW <mc-casper@hotmail.dk>
This commit is contained in:
@@ -488,6 +488,9 @@
|
||||
if(E && istype(E))
|
||||
if(E.damage > 0)
|
||||
E.damage = max(E.damage - 5 * removed, 0)
|
||||
if(isvaurca(H))
|
||||
if(E.damage < E.min_broken_damage && H.sdisabilities & BLIND)
|
||||
H.sdisabilities -= BLIND
|
||||
|
||||
/decl/reagent/oculine/affect_chem_effect(var/mob/living/carbon/M, var/alien, var/removed, var/datum/reagents/holder)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user