Backport Quick-NIF Perms

Re-add ability for other staff to be able to quick-NIF others. Would allow testing devs to give themselves a NIF back if they lost it after a shift and so forth.
This commit is contained in:
TheFurryFeline
2020-01-04 12:46:47 -05:00
committed by GitHub
parent 627499393e
commit bb74b0ea65
+1 -1
View File
@@ -3,7 +3,7 @@
set name = "Quick NIF"
set desc = "Spawns a NIF into someone in quick-implant mode."
if(!check_rights(R_ADMIN))
if(!check_rights(R_ADMIN|R_EVENT|R_DEBUG)) //TFF 24/4/19: Allow Devs to use Quick-NIF verb.
return
var/mob/living/carbon/human/H = input("Pick a mob with a player","Quick NIF") as null|anything in player_list