Merge pull request #823 from cadyn/quicknifboys2

give mods quick nif privvys
This commit is contained in:
Razgriz
2020-11-09 15:26:15 -07:00
committed by GitHub
+1 -1
View File
@@ -5,7 +5,7 @@
var/input_NIF
if(!check_rights(R_ADMIN|R_EVENT|R_DEBUG)) //CHOMPStation Edit TFF 24/4/19: Allow Devs to use Quick-NIF verb.
if(!check_rights(R_ADMIN|R_EVENT|R_DEBUG|R_MOD)) //CHOMPStation Edit TFF 24/4/19: Allow Devs to use Quick-NIF verb. 11/9/20: Also allow mods :3
return
var/mob/living/carbon/human/H = input("Pick a mob with a player","Quick NIF") as null|anything in player_list