Update randomverbs.dm

This commit is contained in:
LetterJay
2017-04-29 12:01:32 -05:00
committed by GitHub
parent 06bfa8770e
commit 29720a0bb5

View File

@@ -522,11 +522,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
T.ChangeTurf(T.baseturf)
else
qdel(O)
T.ChangeTurf(T.baseturf)
else
qdel(D)
/client/proc/cmd_admin_list_open_jobs()
set category = "Admin"
set name = "Manage Job Slots"
@@ -1193,4 +1189,4 @@ GLOBAL_LIST_EMPTY(custom_outfits) //Admin created outfits
var/msg = "[key_name_admin(usr)] punished [key_name_admin(target)] with [punishment]."
message_admins(msg)
admin_ticket_log(target, msg)
log_admin("[key_name(usr)] punished [key_name(target)] with [punishment].")
log_admin("[key_name(usr)] punished [key_name(target)] with [punishment].")