[MIRROR] Tailed species now gain a negative moodlet for having their tail lost (#3456)

* Tailed species now gain a negative moodlet for having their tail lost

* a

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-02-17 17:14:18 +00:00
committed by GitHub
co-authored by MrMelbert Gandalf2k15
parent 18456cdb73
commit f2b1e99a73
5 changed files with 106 additions and 14 deletions
@@ -315,6 +315,25 @@
mood_change = -3
timeout = 90 SECONDS
/datum/mood_event/tail_lost
description = "<span class='boldwarning'>My tail!! Why?!</span>\n"
mood_change = -8
timeout = 10 MINUTES
/datum/mood_event/tail_balance_lost
description = "<span class='warning'>I feel off-balance without my tail.</span>\n"
mood_change = -2
/datum/mood_event/tail_regained_right
description = "<span class='warning'>My tail is back, but that was traumatic...</span>\n"
mood_change = -2
timeout = 5 MINUTES
/datum/mood_event/tail_regained_wrong
description = "<span class='boldwarning'>Is this some kind of sick joke?! This is NOT the right tail.</span>\n"
mood_change = -12 // -8 for tail still missing + -4 bonus for being frakenstein's monster
timeout = 5 MINUTES
/datum/mood_event/burnt_wings
description = "<span class='boldwarning'>MY PRECIOUS WINGS!!</span>\n"
mood_change = -10