Fix GameTicker and StartingGear performing bad string checks.

- This prevented people from spawning as clown, etc if they had set the skirt option.
- Adds some custom type serializers to StartingGear for YAML linter support.
This commit is contained in:
Vera Aguilera Puerto
2021-09-30 13:35:35 +02:00
parent ac81b207d7
commit e194df9747
3 changed files with 15 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
author: Zumorica
changes:
- type: Fix
message: Fix bug where you couldn't join as clown under certain circumstances.