mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Bots use pronouns (#91483)
## About The Pull Request Makes bots use pronouns if they're given them. ## Why It's Good For The Game Most bots are genderless, which is a given. But notably the hygiene and sec bots use he/him instead of it/its, the tooltips related to their panel and such didn't adhere to this until now. If a bot is given gender, the description, tooltips and all other text info should adhere. ## Changelog 🆑 code: bots use their correct pronouns, if given any, in their tooltips /🆑
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
base_icon_state = "hygienebot"
|
||||
pass_flags = parent_type::pass_flags | PASSTABLE
|
||||
layer = MOB_UPPER_LAYER
|
||||
gender = MALE
|
||||
density = FALSE
|
||||
anchored = FALSE
|
||||
health = 100
|
||||
|
||||
Reference in New Issue
Block a user