Files
Bubberstation/code/modules/mob_spawn
SkyratBot d350def891 [MIRROR] Fix allow_spawn check for Ashwalkers and Battlecruiser crew [MDB IGNORE] (#17739)
* Fix allow_spawn check for Ashwalkers and Battlecruiser crew (#71480)

## About The Pull Request
Currently, if you fail the allow_spawn test for Ashwalkers or
Battlecruiser Crew you will get the deny message even if the check was
silent. Meaning every time you open the spawners menu you get "You have
exhausted your usefulness to the Necropolis." or "You have already used
up your chance to roll as Battlecruiser." All the other allow_spawn
checks have a `!silent` check before sending the message so that they
only show this message if the player actually clicks the spawner.

Also for some reason the ashwalker message is bold and it shouldn't be.
## Why It's Good For The Game
Consistency is good, as is not giving the player unnecessary chat
messages.
## Changelog
🆑 VexingRaven
fix: Ashwalker Eggs and Battlecruiser spawners no longer give you a
warning every time you open the spawn menu if you've already spawned as
that role once.
spellcheck: Ashwalker Egg warning message for having already spawned
once is no longer bolded for no reason.
/🆑

* Fix allow_spawn check for Ashwalkers and Battlecruiser crew

Co-authored-by: VexingRaven <msgerbs@users.noreply.github.com>
2022-11-25 14:26:05 +00:00
..