This commit is contained in:
kevinz000
2020-01-16 21:03:28 -07:00
parent 9ef4cbfa76
commit d7a8494d2d
2 changed files with 2 additions and 5 deletions
-4
View File
@@ -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
+2 -1
View File
@@ -76,7 +76,8 @@
/mob/proc/update_eyeblur()
remove_eyeblur()
add_eyeblur()
if(eye_blurry)
add_eyeblur()
/mob/proc/add_eyeblur()
if(!client)