Merge pull request #33933 from coiax/wizard-late-joining
Late joiners also get summoned guns/magic
This commit is contained in:
committed by
CitadelStationBot
parent
dfe39e7a1d
commit
3b9b6f156e
@@ -11,7 +11,7 @@
|
||||
..()
|
||||
|
||||
/datum/round_event/wizard/summonguns/start()
|
||||
rightandwrong(0,,10)
|
||||
rightandwrong(SUMMON_GUNS, null, 10)
|
||||
|
||||
/datum/round_event_control/wizard/summonmagic //The Somewhat Less Classic
|
||||
name = "Summon Magic"
|
||||
@@ -26,4 +26,4 @@
|
||||
..()
|
||||
|
||||
/datum/round_event/wizard/summonmagic/start()
|
||||
rightandwrong(1,,10)
|
||||
rightandwrong(SUMMON_MAGIC, null, 10)
|
||||
|
||||
Reference in New Issue
Block a user