send
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
typepath = /datum/round_event/wizard/robelesscasting
|
||||
max_occurrences = 1
|
||||
earliest_start = 0 MINUTES
|
||||
description = "Wizard no longer needs robes to cast spells."
|
||||
|
||||
/datum/round_event/wizard/robelesscasting/start()
|
||||
|
||||
@@ -28,6 +29,7 @@
|
||||
typepath = /datum/round_event/wizard/improvedcasting
|
||||
max_occurrences = 4 //because that'd be max level spells
|
||||
earliest_start = 0 MINUTES
|
||||
description = "Levels up the wizard's spells."
|
||||
|
||||
/datum/round_event/wizard/improvedcasting/start()
|
||||
for(var/i in GLOB.mob_living_list)
|
||||
|
||||
Reference in New Issue
Block a user