Skip to content

Commit

Permalink
Revert "fix mood (Monkestation#3390)"
Browse files Browse the repository at this point in the history
This reverts commit 49e5196.
  • Loading branch information
Absolucy committed Oct 15, 2024
1 parent 0f938f3 commit 8ad6235
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/datums/mood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,10 @@
holder.layer = LOW_MOB_LAYER
holder.icon_state = null
if(initial(type.mood_change) > 0)
flick("hud_good_mood", holder)
holder.icon_state = "hud_good_mood"
else
flick("hud_bad_mood", holder)
holder.icon_state = "hud_bad_mood"
addtimer(VARSET_CALLBACK(holder, icon_state, null), 19, (TIMER_UNIQUE|TIMER_OVERRIDE))
//MONKESTATION ADDITION END

#undef MINOR_INSANITY_PEN
Expand Down

0 comments on commit 8ad6235

Please sign in to comment.