Skip to content

Commit

Permalink
Borgs now get less confused over time!
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheridan committed Jun 21, 2016
1 parent 944ab85 commit 0287abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/mob/living/carbon/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,6 @@
AdjustSleeping(1)
Paralyse(5)

if(confused)
confused = max(0, confused - 1)

//Jitteryness
if(jitteriness)
do_jitter_animation(jitteriness)
Expand Down
2 changes: 2 additions & 0 deletions code/modules/mob/living/life.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
AdjustStunned(-1, 1, 1)
if(weakened)
AdjustWeakened(-1, 1, 1)
if(confused)
confused = max(0, confused - 1)

/mob/living/proc/handle_disabilities()
//Eyes
Expand Down

0 comments on commit 0287abf

Please sign in to comment.