Skip to content

Commit

Permalink
Update mood.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCastmer committed Feb 9, 2024
1 parent 9012183 commit 5d8c367
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/components/mood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
if(9)
screen_obj.color = "#2eeb9a"
break

/*
/datum/component/mood/process(delta_time) //Called on SSmood process
var/mob/living/owner = parent
Expand Down Expand Up @@ -260,6 +261,7 @@
sanity_level = 1
update_mood_icon()
*/

/datum/component/mood/proc/setInsanityEffect(newval)
if(newval == insanity_effect)
return
Expand Down

0 comments on commit 5d8c367

Please sign in to comment.