Gives moderators respawn and change name from VV. (#11824)

This commit is contained in:
Matt Atlas
2021-05-06 19:23:27 +02:00
committed by GitHub
parent 8973ad5608
commit 2b362eaefa
4 changed files with 47 additions and 4 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
//~CARN: for renaming mobs (updates their name, real_name, mind.name, their ID/PDA and datacore records).
else if(href_list["rename"])
if(!check_rights(R_VAREDIT|R_DEV)) return
if(!check_rights(R_VAREDIT|R_DEV|R_MOD))
return
var/mob/M = locate(href_list["rename"])
if(!istype(M))