mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
Give secbots officer access instead of detective access
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user