This commit is contained in:
silicons
2021-02-14 03:04:42 -07:00
parent d4f3cf4eaf
commit b3a4fa802b
361 changed files with 498 additions and 509 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/process()
/spell/process(delta_time)
spawn while(charge_counter < charge_max)
charge_counter++
sleep(1)