mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user