Merge pull request #32574 from AutomaticFrenzy/patch/turret-access

Fix portable turrets attacking some heads and sec
This commit is contained in:
Leo
2017-11-11 09:38:45 -02:00
committed by CitadelStationBot
parent 662c42b450
commit e4793153d8

View File

@@ -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"