mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-21 07:32:35 +00:00
Adds Directional Shields
Implements shields which block projectiles from outside, but allow projectiles to leave from inside. Also adds a projector item which makes these, in two variants, rectangle and line. It was made an item so that down the road making stationary/wearable/etc versions will be easier as they can just contain the item. Currently there is no way to obtain this without adminspawn. I have Future Plans(tm) for these.
This commit is contained in:
@@ -2080,6 +2080,7 @@
|
||||
#include "code\modules\scripting\Scanner\Tokens.dm"
|
||||
#include "code\modules\security levels\keycard authentication.dm"
|
||||
#include "code\modules\security levels\security levels.dm"
|
||||
#include "code\modules\shieldgen\directional_shield.dm"
|
||||
#include "code\modules\shieldgen\emergency_shield.dm"
|
||||
#include "code\modules\shieldgen\energy_field.dm"
|
||||
#include "code\modules\shieldgen\handheld_defuser.dm"
|
||||
|
||||
Reference in New Issue
Block a user