/datum/mood_event/high mood_change = 6 description = "Woooow duudeeeeee...I'm tripping baaalls...\n" /datum/mood_event/smoked description = "I have had a smoke recently.\n" mood_change = 2 timeout = 3600 /datum/mood_event/overdose mood_change = -8 timeout = 3000 /datum/mood_event/overdose/add_effects(drug_name) description = "I think I took a bit too much of that [drug_name]\n" /datum/mood_event/withdrawal_light mood_change = -2 /datum/mood_event/withdrawal_light/add_effects(drug_name) description = "I could use some [drug_name]\n" /datum/mood_event/withdrawal_medium mood_change = -5 /datum/mood_event/withdrawal_medium/add_effects(drug_name) description = "I really need [drug_name]\n" /datum/mood_event/withdrawal_severe mood_change = -8 /datum/mood_event/withdrawal_severe/add_effects(drug_name) description = "Oh god I need some [drug_name]\n" /datum/mood_event/withdrawal_critical mood_change = -10 /datum/mood_event/withdrawal_critical/add_effects(drug_name) description = "[drug_name]! [drug_name]! [drug_name]!\n" /datum/mood_event/happiness_drug description = "I can't feel anything and I never want this to end.\n" mood_change = 10 /datum/mood_event/happiness_drug_good_od description = "YES! YES!! YES!!!\n" mood_change = 20 timeout = 300 //special_screen_obj = "mood_happiness_good" Originally in tg, but I personally think they look dumb /datum/mood_event/happiness_drug_bad_od description = "NO! NO!! NO!!!\n" mood_change = -20 timeout = 300 //special_screen_obj = "mood_happiness_bad" Originally in tg /datum/mood_event/eigenstate mood_change = -3 description = "Where the hell am I? Is this an alternative dimension ?\n" /datum/mood_event/enthrall mood_change = 5 /datum/mood_event/enthrall/add_effects(message) description = "[message]\n" /datum/mood_event/enthrallpraise mood_change = 10 timeout = 1 MINUTES /datum/mood_event/enthrallpraise/add_effects(message) description = "[message]\n" /datum/mood_event/enthrallscold mood_change = -10 timeout = 1 MINUTES /datum/mood_event/enthrallscold/add_effects(message) description = "[message]\n"//aaa I'm not kinky enough for this /datum/mood_event/enthrallmissing1 mood_change = -5 /datum/mood_event/enthrallmissing1/add_effects(message) description = "[message]\n" /datum/mood_event/enthrallmissing2 mood_change = -10 /datum/mood_event/enthrallmissing2/add_effects(message) description = "[message]\n" /datum/mood_event/enthrallmissing3 mood_change = -15 /datum/mood_event/enthrallmissing3/add_effects(message) description = "[message]\n" /datum/mood_event/enthrallmissing4 mood_change = -25 /datum/mood_event/enthrallmissing4/add_effects(message) description = "[message]\n" /datum/mood_event/InLove mood_change = 10 /datum/mood_event/InLove/add_effects(message) description = "[message]\n" /datum/mood_event/MissingLove mood_change = -10 /datum/mood_event/MissingLove/add_effects(message) description = "[message]\n"