catnip gives felinids a mood boost

TODO: after catnip icon gets merged
This commit is contained in:
DragonTrance
2021-01-01 14:08:02 -07:00
parent 205879e74e
commit d43bc54e45
3 changed files with 30 additions and 11 deletions
@@ -116,7 +116,7 @@
/datum/mood_event/happy_empath/add_effects(var/mob/happytarget)
description = "<span class='nicegreen'>[happytarget.name]'s happiness is infectious!</span>\n"
/datum/mood_event/lewd_headpat
description = "<span class='nicegreen'>I love headpats so much!</span>\n"
mood_change = 3
@@ -127,6 +127,11 @@
mood_change = 2
timeout = 15 MINUTES
/datum/mood_event/catnip
description = "<span class='nicegreen'>Whatever I ate was a-<i>nya</i>-zing!</span>\n" //hate
mood_change = 4
//No timeout, handled by reagent
//Bloodsucker stuff below.
/datum/mood_event/drankblood
description = "<span class='nicegreen'>I have fed greedly from that which nourishes me.</span>\n"
@@ -158,5 +163,5 @@
mood_change = 5
/datum/mood_event/radiant
description = "<span class='nicegreen'>I have seen the light of The Phoenix; I cannot be stopped.</span>\n"
description = "<span class='nicegreen'>I have seen the light of The Phoenix; I cannot be stopped.</span>\n"
mood_change = 12