Roundstart Readied Morale Bonus (#22927)

* Readying up and successfully joining the round now gives you a morale
bonus that lasts for 30 minutes.


AI usage disclosure: The code for this was created in-part using GPT 5.6
Sol.
This commit is contained in:
Geeves
2026-08-02 01:24:39 +00:00
committed by GitHub
parent 958a54adaa
commit dc3a56407f
4 changed files with 15 additions and 1 deletions
+3 -1
View File
@@ -759,7 +759,9 @@ SUBSYSTEM_DEF(ticker)
else if(!player.mind.assigned_role)
continue
else
player.create_character()
var/mob/living/carbon/human/character = player.create_character()
var/datum/component/morale/morale = character.GetComponent(MORALE_COMPONENT)
morale?.load_moodlet(/datum/moodlet/roundstart_ready, 10)
qdel(player)
CHECK_TICK