mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-26 09:44:51 +00:00
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`.
9 lines
252 B
Plaintext
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
|