From 01da31bc0fcaa51a00be18720fe48e0b069eaa06 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Tue, 6 Oct 2020 22:19:38 -0400 Subject: [PATCH] Panel ex_act resist, too Also fixing indentation a bit. Derp. --- code/modules/turbolift/turbolift_console_vr.dm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/code/modules/turbolift/turbolift_console_vr.dm b/code/modules/turbolift/turbolift_console_vr.dm index bf25cdd419..a02730c08d 100644 --- a/code/modules/turbolift/turbolift_console_vr.dm +++ b/code/modules/turbolift/turbolift_console_vr.dm @@ -1,3 +1,7 @@ -// TFF 6/10/20 - Just a little thing to prevent the button from being destroyed by explosions. +// TFF 6/10/20 - Just a little thing to prevent the button + // and console from being destroyed by explosions. /obj/structure/lift/button/ex_act() - return + return + +/obj/structure/lift/panel/ex_act() + return \ No newline at end of file