fix
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
//Here are the procs used to modify status effects of a mob.
|
||||
//The effects include: stun, knockdown, unconscious, sleeping, resting, jitteriness, dizziness,
|
||||
// eye damage, eye_blind, eye_blurry, druggy, TRAIT_BLIND trait, and TRAIT_NEARSIGHT trait.
|
||||
|
||||
// YEEHAW GAMERS STAMINA REWORK PROC GETS TO BE FIRST
|
||||
// amount = strength
|
||||
// updating = update mobility etc etc
|
||||
|
||||
@@ -76,7 +76,8 @@
|
||||
|
||||
/mob/proc/update_eyeblur()
|
||||
remove_eyeblur()
|
||||
add_eyeblur()
|
||||
if(eye_blurry)
|
||||
add_eyeblur()
|
||||
|
||||
/mob/proc/add_eyeblur()
|
||||
if(!client)
|
||||
|
||||
Reference in New Issue
Block a user