Merge pull request #33933 from coiax/wizard-late-joining

Late joiners also get summoned guns/magic
This commit is contained in:
oranges
2018-01-10 18:50:14 +13:00
committed by CitadelStationBot
parent dfe39e7a1d
commit 3b9b6f156e
9 changed files with 209 additions and 220 deletions
@@ -362,6 +362,11 @@
if(CONFIG_GET(flag/allow_crew_objectives))
SSticker.generate_individual_objectives(humanc.mind)
if(GLOB.summon_guns_triggered)
give_guns(humanc)
if(GLOB.summon_magic_triggered)
give_magic(humanc)
GLOB.joined_player_list += character.ckey
GLOB.latejoiners += character