mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[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:
co-authored by
Ben10Omintrix
parent
5505aa5d15
commit
fe3d2aae10
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user