* add button to menu
* networking and component work
* try to add access stuff
* main functionality done
* add access lock? I think?
* remove extra line
* fix access system
* move SkipTime to StationCargoBountyDatabaseComponent
* Disable/Enable skip button based on cooldown
* remove debugging
* add access denied sound
* remove DataField tags
* dynamic timer
This command allows you to grant a player temporary privilege to join regardless of player cap, whitelist, etc. It does not bypass bans.
The API for this is IConnectionManager.AddTemporaryConnectBypass().
I shuffled around the logic inside ConnectionManager. Bans are now checked before panic bunker.
* Insectoid Gauze, Added racial marks to variants
* removed excess r from gauze_moth_lowerleg_r
* Update gauze.ftl
* moved all markings to Overlay Category
* fixed localization error
* a
* Ion Storm Laws Review
Have reviewed the Ion Storm law dictionary
and tidied it up.
Specifically I've tried to keep the same number
of entries in each section, or slightly
increased them, where I've removed or
altered a string.
Of note, specific colours and "rainbow" have been
removed from adjectives and replaced with words
like "Cheese-Eating", as colours are kinda boring
themselves and they've been a cause of a few
accidentally-racist laws.
* Resolve some feedback.
* Remove the pull request joke, noooooo
* Re-add big bite burgers as they are actually a thing
* Append some more suggestions
* Add new fire sprite for mice that fits them better
* Add the sprite change to rats as well
* Moffroach and hamsters now also have more fitting fire sprites
* made the meta.json easier to read
- If the client tries to call ShowAlert while applying gamestates (e.g. initialising an entity) then this will cause problems. I need to double-check the initial PR before I'd be comfortable with this being merged.