Enable Developers to Use Quick-NIF Verb

On the tin.
This commit is contained in:
TheFurryFeline
2019-04-24 12:22:47 -04:00
committed by GitHub
parent 6ba0539255
commit 3137d48fcf
+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 || R_EVENT))
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