Skip to content

Commit

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

#undef MINOR_INSANITY_PEN
Expand Down

0 comments on commit 49e5196

Please # to comment.