mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
removes stacking eye_blurry
This commit is contained in:
@@ -665,7 +665,7 @@
|
||||
/datum/reagent/myelamine/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
if(alien == IS_DIONA)
|
||||
return
|
||||
M.eye_blurry += min(M.eye_blurry + (repair_strength * removed), 250)
|
||||
M.eye_blurry = min(M.eye_blurry + (repair_strength * removed), 250)
|
||||
if(ishuman(M))
|
||||
var/mob/living/carbon/human/H = M
|
||||
var/wound_heal = removed * repair_strength
|
||||
|
||||
Reference in New Issue
Block a user