it's finally ogre

This commit is contained in:
FreeStylaLT
2022-01-17 09:22:26 +02:00
parent c64d51044b
commit b14eb434db
8 changed files with 343 additions and 51 deletions
+3
View File
@@ -340,3 +340,6 @@ 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
/spell/proc/remove_self(mob/user = usr)
user.remove_spell(src)