mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
/datum/mood_event/tucked_in
|
|
description = "I feel better having tucked someone in for a good night's rest!"
|
|
mood_change = 3
|
|
timeout = 2 MINUTES
|
|
|
|
/datum/mood_event/tucked_in/add_effects(mob/tuckee)
|
|
if(!tuckee)
|
|
return
|
|
description = "I feel better having tucked in [tuckee.name] for a good night's rest!"
|