From bcda935dd8a0a50d79b62f4870a45d5e43f0f89a Mon Sep 17 00:00:00 2001 From: DeltaFire <46569814+DeltaFire15@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:44:42 +0200 Subject: [PATCH] maintainer-approved sidetracking man, the split on mood buffs is so surreal. --- nsv13/code/datums/mood_events/nsv_events.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nsv13/code/datums/mood_events/nsv_events.dm b/nsv13/code/datums/mood_events/nsv_events.dm index 5c95166391d..c6e1c2be035 100644 --- a/nsv13/code/datums/mood_events/nsv_events.dm +++ b/nsv13/code/datums/mood_events/nsv_events.dm @@ -1,7 +1,7 @@ /datum/mood_event/moth_drink_blood description = "That hit the spot!\n" - mood_change = 10 //Why is a moth drinking blood a mood buff the level of being a cultist?? And for *ten minutes*??? - timeout = 10 MINUTES + mood_change = 4 + timeout = 7 MINUTES /datum/mood_event/tailpull description = "OUCH! Stop pulling my tail! It hurts!\n" @@ -40,11 +40,11 @@ /datum/mood_event/drink_navy_coffee description = "THAT SHIT TASTED FUCKING DELICIOUS LET'S GO FUCK SOME SYNDICATE SHIPS UP, NAVY FOR LIFE WOOOOOO!!\n" - mood_change = 10 - timeout = 10 MINUTES + mood_change = 4 + timeout = 7 MINUTES /datum/mood_event/drink_navy_coffee/add_effects(list/faction) - if("Syndicate" in faction) + if(FACTION_SYNDICATE in faction) description = "THAT SHIT TASTED FUCKING DELICIOUS LET'S GO FUCK SOME NANOTRASEN SHIPS UP, NAVY FOR LIFE WOOOOOO!!\n"