Whispering Refactor (#12755)

This commit is contained in:
Geeves
2021-12-27 23:44:57 +02:00
committed by GitHub
parent 4d3c06d78a
commit 1df88da53d
25 changed files with 160 additions and 217 deletions
@@ -262,7 +262,7 @@ var/list/spells = typesof(/spell) //needed for the badmin verb for now
return 0
return 1
/spell/proc/invocation(mob/user = usr, var/list/targets) //spelling the spell out and setting it on recharge/reducing charges amount
/spell/proc/invocation(mob/living/user = usr, var/list/targets) //spelling the spell out and setting it on recharge/reducing charges amount
switch(invocation_type)
if(SpI_SHOUT)
@@ -353,4 +353,4 @@ var/list/spells = typesof(/spell) //needed for the badmin verb for now
if(!user || (!(spell_flags & (STATALLOWED|GHOSTCAST)) && user.stat != originalstat) || !(user.loc == Location))
return 0
return 1
return 1