Skip to content

Commit

Permalink
[MIRROR] You can no longer aggressive grab medbots (#1899)
Browse files Browse the repository at this point in the history
* You can no longer aggressive grab medbots (#82548)

## About The Pull Request

Fixes tgstation/tgstation#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

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

* You can no longer aggressive grab medbots

---------

Co-authored-by: Jacquerel <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Apr 10, 2024
1 parent 783a563 commit f9a07e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/basic/bots/medbot/medbot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f9a07e3

Please sign in to comment.