From f0cab18ac0240eacc1e9b80c09ced4dc48740d0d Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Wed, 22 Jun 2022 19:43:44 -0400 Subject: [PATCH] powder that makes you say yes --- code/modules/admin/admin_verbs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 42e15662cb..a7a6e1a320 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -67,7 +67,6 @@ var/mob/observer/dead/ghost = body.ghostize(1) ghost.admin_ghosted = 1 log_and_message_admins("[key_name(src)] admin-ghosted.") // CHOMPEdit - Add logging. - var/mob/observer/dead/ghost if(build_mode) togglebuildmode(body) ghost = body.ghostize(1)