mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
21 lines
523 B
Plaintext
21 lines
523 B
Plaintext
|
|
/datum/mood_event/axe_gone
|
|
description = "What happened to the axe... Where is it? It can't be..."
|
|
mood_change = -15
|
|
|
|
/datum/mood_event/axe_neutral
|
|
description = "I'm sure the axe is okay."
|
|
mood_change = 1
|
|
|
|
/datum/mood_event/axe_cabinet
|
|
description = "The axe is where it belongs."
|
|
mood_change = 5
|
|
|
|
/datum/mood_event/axe_missing
|
|
description = "The axe, there's something wrong..."
|
|
mood_change = -5
|
|
|
|
/datum/mood_event/axe_held
|
|
description = "I'm not worthy of you, axe. I need to put you back."
|
|
mood_change = -10
|