mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-27 23:16:19 +01:00
24 lines
737 B
Plaintext
24 lines
737 B
Plaintext
/datum/mood_event/horridroom
|
|
description = "<span class='boldwarning'>This room looks terrible!</span>\n"
|
|
mood_change = -5
|
|
|
|
/datum/mood_event/badroom
|
|
description = "<span class='warning'>This room looks really bad.</span>\n"
|
|
mood_change = -3
|
|
|
|
/datum/mood_event/mehroom
|
|
description = "<span class='warning'>This room doesn't look great.</span>\n"
|
|
mood_change = -1
|
|
|
|
/datum/mood_event/decentroom
|
|
description = "<span class='nicegreen'>This room looks alright.</span>\n"
|
|
mood_change = 2
|
|
|
|
/datum/mood_event/goodroom
|
|
description = "<span class='nicegreen'>This room looks really pretty!</span>\n"
|
|
mood_change = 4
|
|
|
|
/datum/mood_event/greatroom
|
|
description = "<span class='nicegreen'>This room is beautiful!</span>\n"
|
|
mood_change = 7
|