Files
TomandGitHub 3dc83f4408 Using a bedsheet on an occupied cryopod tucks the occupant in goodnight (#16157)
* cryopod tuck

* only one tuck pls

* ooough do it here
2022-09-11 20:30:27 -07:00

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!"