Give secbots officer access instead of detective access

This commit is contained in:
Markolie
2015-02-05 15:01:23 +01:00
parent 09047962de
commit a35e3dfb8c
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -67,9 +67,8 @@
icon_state = "[lasercolor]ed209[on]"
set_weapon() //giving it the right projectile and firing sound.
spawn(3)
var/datum/job/detective/J = new/datum/job/detective
var/datum/job/officer/J = new/datum/job/officer
botcard.access = J.get_access()
botcard.access += 2
prev_access = botcard.access
+1 -2
View File
@@ -86,9 +86,8 @@
icon_state = "[base_icon][on]"
spawn(3)
var/datum/job/detective/J = new/datum/job/detective
var/datum/job/officer/J = new/datum/job/officer
botcard.access = J.get_access()
botcard.access += 2
prev_access = botcard.access
add_to_beacons(bot_filter)