Fixes a few TGUI bugs. (#17171)

* Fixes a few TGUI bugs.

* more stuff

* cl update

* oops

* again

* sadads

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-08-31 00:59:45 +02:00
committed by GitHub
parent 5414249b31
commit f11052e491
10 changed files with 77 additions and 27 deletions

View File

@@ -1487,6 +1487,8 @@
if(species.psi_deaf || HAS_FLAG(species.flags, IS_MECHANICAL) || HAS_FLAG(species.flags, NO_SCAN))
ADD_TRAIT(src, TRAIT_PSIONICALLY_DEAF, INNATE_TRAIT)
else if(HAS_TRAIT(src, TRAIT_PSIONICALLY_DEAF))
REMOVE_TRAIT(src, TRAIT_PSIONICALLY_DEAF, INNATE_TRAIT)
if(client)
client.init_verbs()