From 0ad7eee12a764699816da862f30b79b0e46662a3 Mon Sep 17 00:00:00 2001 From: Neerti Date: Thu, 28 Sep 2017 15:05:14 -0400 Subject: [PATCH] Adds automatic shield projector for simple animals --- code/modules/shieldgen/directional_shield.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/shieldgen/directional_shield.dm b/code/modules/shieldgen/directional_shield.dm index df54a1fa745..d3e4fe0ec7e 100644 --- a/code/modules/shieldgen/directional_shield.dm +++ b/code/modules/shieldgen/directional_shield.dm @@ -180,6 +180,10 @@ var/size_x = 3 // How big the rectangle will be, in tiles from the center. var/size_y = 3 // Ditto. +// A shortcut for admins to spawn in to put into simple animals or other things where it needs to reactivate automatically. +/obj/item/shield_projector/rectangle/automatic + always_on = TRUE + // Horrible implementation below. /obj/item/shield_projector/rectangle/create_shields() if(!..())