This commit is contained in:
kevinz000
2019-09-05 08:30:51 -07:00
parent 9a23af519e
commit ea69215c2b
34 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ var/list/spells = typesof(/spell) //needed for the badmin verb for now
//still_recharging_msg = "<span class='notice'>[name] is still recharging.</span>"
charge_counter = charge_max
/spell/proc/process()
/spell/process()
spawn while(charge_counter < charge_max)
charge_counter++
sleep(1)