From 6bb2aab35ec967a4fc830a99d0fcbb36bb2fff32 Mon Sep 17 00:00:00 2001
From: silicons <2003111+silicons@users.noreply.github.com>
Date: Mon, 20 Mar 2023 12:30:26 -0700
Subject: [PATCH] fixes combat shields (#5205)
---
code/modules/shieldgen/directional_shield.dm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/code/modules/shieldgen/directional_shield.dm b/code/modules/shieldgen/directional_shield.dm
index eee94ed5a7c..c38c7e37771 100644
--- a/code/modules/shieldgen/directional_shield.dm
+++ b/code/modules/shieldgen/directional_shield.dm
@@ -207,9 +207,6 @@
S.update_color(new_color)
/obj/item/shield_projector/attack_self(mob/user)
- . = ..()
- if(.)
- return
if(active)
if(always_on)
to_chat(user, "You can't seem to deactivate \the [src].")
@@ -402,9 +399,6 @@
my_tool.set_ready_state(1)
/obj/item/shield_projector/line/exosuit/attack_self(mob/user)
- . = ..()
- if(.)
- return
if(active)
if(always_on)
to_chat(user, "You can't seem to deactivate \the [src].")