mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 23:16:48 +01:00
fixes combat shields (#5205)
This commit is contained in:
@@ -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, "<span class='warning'>You can't seem to deactivate \the [src].</span>")
|
||||
@@ -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, "<span class='warning'>You can't seem to deactivate \the [src].</span>")
|
||||
|
||||
Reference in New Issue
Block a user