[MIRROR] You can no longer aggressive grab medbots (#27253)

* You can no longer aggressive grab medbots (#82548)

## About The Pull Request

Fixes https://github.com/tgstation/tgstation/issues/82475
Medbots had CANPUSH in their flags, which allows them to be aggressive
grabbed, which allows them to be thrown.
We don't want that because it turns them into all-access keycards.

As far as me (and ben10) could ascertain, it didn't have this flag
enabled for any particular reason.

## Changelog

🆑
fix: Medbots can no longer be used as especially large golden ID cards
/🆑

* You can no longer aggressive grab medbots

---------

Co-authored-by: Jacquerel <hnevard@gmail.com>
This commit is contained in:
SkyratBot
2024-04-11 10:30:44 +02:00
committed by GitHub
co-authored by Jacquerel
parent a78cea89f2
commit 3cf4fe9b7e
@@ -14,7 +14,7 @@
light_power = 0.8
light_color = "#99ccff"
pass_flags = PASSMOB | PASSFLAPS
status_flags = (CANPUSH | CANSTUN)
status_flags = CANSTUN
ai_controller = /datum/ai_controller/basic_controller/bot/medbot
req_one_access = list(ACCESS_ROBOTICS, ACCESS_MEDICAL)