This commit is contained in:
kevinz000
2020-02-15 18:00:02 -07:00
parent f6df58a204
commit 8191234046
10 changed files with 288 additions and 278 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ var/list/spells = typesof(/spell) //needed for the badmin verb for now
/spell/proc/cast_check(skipcharge = 0,mob/user = usr) //checks if the spell can be cast based on its settings; skipcharge is used when an additional cast_check is called inside the spell
if(!(src in user.spell_list) && holder == user)
error("[user] utilized the spell '[src]' without having it.")
log_world("[user] utilized the spell '[src]' without having it.")
user << "<span class='warning'>You shouldn't have this spell! Something's wrong.</span>"
return 0