After a curse of madness has been triggered, even latejoiners are affected

🆑 coiax
tweak: After a Curse of Madness has ravaged the mind of the station,
the lingering magics also affect anyone arriving to the station late.
/🆑

Why? People joining late get summoned guns, and summoned magic, they should
get summoned madness as well. Why should they miss out on the "fun"?
This commit is contained in:
Jack Edge
2019-01-01 23:44:31 +00:00
parent 1191194f51
commit a8ed0da296
2 changed files with 22 additions and 13 deletions
@@ -384,6 +384,8 @@
give_guns(humanc)
if(GLOB.summon_magic_triggered)
give_magic(humanc)
if(GLOB.curse_of_madness_triggered)
give_madness(humanc, GLOB.curse_of_madness_triggered)
GLOB.joined_player_list += character.ckey