From 29720a0bb5a0cd468d2d3579b6062e87d8336c7e Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sat, 29 Apr 2017 12:01:32 -0500 Subject: [PATCH] Update randomverbs.dm --- code/modules/admin/verbs/randomverbs.dm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index b4f8927133..8d21a8c531 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -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].") \ No newline at end of file + log_admin("[key_name(usr)] punished [key_name(target)] with [punishment].")