Merge pull request #4728 from Citadel-Station-13/upstream-merge-33933
[MIRROR] Late joiners also get summoned guns/magic
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user