Files
S.P.L.U.R.T-Station-13/modular_splurt/code/datums/mood_events/preg_events.dm
Darius 67b39914bb Fix mood event newlines
Restores missing newline markers to modular mood events. These were lost during a replacement of HTML spans. Also adds the missing span to mood event `cum_craving`.
2023-01-22 14:43:52 -05:00

9 lines
252 B
Plaintext

/datum/mood_event/pregnant_negative
description = span_boldwarning("THE BABY IS COMING OUT...\n")
mood_change = -7
/datum/mood_event/pregnant_positive
description = span_nicegreen("The baby came out...phew\n")
mood_change = 3
timeout = 2 MINUTES