[no gbp] some medbot fixes (#80150)

## About The Pull Request
medbots now drop hats when tipped closes #80134 
medbots now drop their items when they explode 
player controlled bots now have their normal speed back 

## Why It's Good For The Game
they will now correctly drop their hats when tipped

## Changelog
🆑
fix: medbots now drop hats when tipped and drop their items when they
explode
/🆑

---------

Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
Ben10Omintrix
2023-12-06 18:05:44 -07:00
committed by GitHub
co-authored by san7890
parent e7e290e8a5
commit a97daec876
6 changed files with 62 additions and 13 deletions
@@ -735,11 +735,16 @@ GLOBAL_LIST_INIT(command_strings, list(
. = ..()
if(!. || isnull(client))
return FALSE
REMOVE_TRAIT(src, TRAIT_NO_GLIDE, INNATE_TRAIT)
speed = 2
diag_hud_set_botmode()
/mob/living/basic/bot/Logout()
. = ..()
bot_reset()
speed = initial(speed)
ADD_TRAIT(src, TRAIT_NO_GLIDE, INNATE_TRAIT)
/mob/living/basic/bot/revive(full_heal_flags = NONE, excess_healing = 0, force_grab_ghost = FALSE)
. = ..()