mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-26 00:25:30 +01:00
5eb38c2d5b
## About The Pull Request During a round, someone has made a row of bot launchpads with different bots. Altough they had issues to send a cleanbot and a medibot. I have figured that there was some PR that converted them into basic mobs and that may have been the issue. And I have found out that the remote was checking only for a simple_animal/bot when you pressed the button to launch. This was redundant to be specific as the machine already checks if the mob is a bot or not. I also clarified the message when failling to recall a bot to be different from when there is nothing on the pad. https://streamable.com/nzivs9?src=player-page-share ## Why It's Good For The Game Cleanbots and Medibots could be sent before from the bot launchpad. And they are still acting like bots in terms of functionnality. Also it makes it clearer that if we fail to recall a bot, it's likely because we didn't send any bot at first. not because the bot is absent from the pad. ## Changelog 🆑 fix: Bot launchpads can deploy cleanbots and medibots again. spellcheck: Clarified the message when failling to recall a bot. /🆑