Merge pull request #3889 from Citadel-Station-13/upstream-merge-32574

[MIRROR] Fix portable turrets attacking some heads and sec
This commit is contained in:
LetterJay
2017-11-11 15:56:01 -06:00
committed by GitHub
@@ -16,7 +16,7 @@
use_power = IDLE_POWER_USE //this turret uses and requires power
idle_power_usage = 50 //when inactive, this turret takes up constant 50 Equipment power
active_power_usage = 300 //when active, this turret takes up constant 300 Equipment power
req_access = list(ACCESS_SECURITY)
req_access = list(ACCESS_SEC_DOORS)
power_channel = EQUIP //drains power from the EQUIPMENT channel
var/base_icon_state = "standard"