mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-28 21:57:03 +01:00
it's finally ogre
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user