mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user