Event Hosts

+Fun has more fun.
This commit is contained in:
SoundScopes
2014-11-16 11:51:52 +00:00
parent 03d8e68c93
commit 9bf99dfeb9
13 changed files with 131 additions and 44 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
set name = "Assume direct control"
set desc = "Direct intervention"
if(!check_rights(R_DEBUG|R_ADMIN|R_DEV)) return
if(!check_rights(R_DEBUG|R_ADMIN|R_DEV|R_FUN)) return
if(M.ckey)
if(alert("This mob is being controlled by [M.ckey]. Are you sure you wish to assume control of it? [M.ckey] will be made a ghost.",,"Yes","No") != "Yes")
return