mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
fixes incorrect deletion of wrong shields in some situations
This commit is contained in:
@@ -499,7 +499,8 @@
|
||||
T2 = T
|
||||
if(locate(/obj/machinery/shieldwall) in T)
|
||||
F = (locate(/obj/machinery/shieldwall) in T)
|
||||
qdel(F)
|
||||
if(F.type == /obj/machinery/shieldwall)
|
||||
qdel(F)
|
||||
|
||||
if(locate(/obj/machinery/shieldwallgen) in T)
|
||||
G = (locate(/obj/machinery/shieldwallgen) in T)
|
||||
|
||||
Reference in New Issue
Block a user