mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 17:08:53 +01:00
catnip gives felinids a mood boost
TODO: after catnip icon gets merged
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user