[MIRROR] fixes bots having all access (#27337)

* fixes bots having all access (#82678)

## About The Pull Request
a recent change to silicon access meant all bots, simple and basic had
all access from roundstart

## Why It's Good For The Game
fixes bots having all access
Fixes https://github.com/tgstation/tgstation/issues/82671

## Changelog
🆑
fix: basic bots no longer start with all access
/🆑

* fixes bots having all access

---------

Co-authored-by: Ben10Omintrix <138636438+Ben10Omintrix@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-04-26 20:40:23 -04:00
committed by GitHub
co-authored by Ben10Omintrix
parent 5505aa5d15
commit fe3d2aae10
3 changed files with 16 additions and 6 deletions
@@ -7,14 +7,13 @@
icon_state = "medibot0"
base_icon_state = "medibot"
density = FALSE
anchored = FALSE
health = 20
maxHealth = 20
speed = 2
light_power = 0.8
light_color = "#99ccff"
pass_flags = PASSMOB | PASSFLAPS
status_flags = CANSTUN
status_flags = (CANPUSH | CANSTUN)
ai_controller = /datum/ai_controller/basic_controller/bot/medbot
req_one_access = list(ACCESS_ROBOTICS, ACCESS_MEDICAL)