mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 11:31:38 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user