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