Fix shield project init missing return

This commit is contained in:
atermonera
2021-11-21 14:08:50 -08:00
parent adbada9040
commit bf11cc3a4f
+1 -1
View File
@@ -102,7 +102,7 @@
if(always_on)
create_shields()
GLOB.moved_event.register(src, src, .proc/moved_event)
..()
return ..()
/obj/item/shield_projector/Destroy()
destroy_shields()