Merge pull request #7833 from Crazylemon64/oraoraoraoraoraora

Admins can now set a var to allow a mob to spam-attack
This commit is contained in:
Fox McCloud
2017-08-06 09:28:53 -04:00
committed by GitHub
4 changed files with 36 additions and 12 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ var/list/spells = typesof(/obj/effect/proc_holder/spell) //needed for the badmin
to_chat(user, "<span class='warning'><b>[user.ranged_ability.name]</b> has been disabled.")
user.ranged_ability.remove_ranged_ability(user)
return TRUE //TRUE for failed, FALSE for passed.
user.next_click = world.time + CLICK_CD_CLICK_ABILITY
user.changeNext_click(CLICK_CD_CLICK_ABILITY)
user.face_atom(A)
return FALSE