mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixes Borg Typing Indicator
Borgs that are typing will no longer lose the indicator a second later.
This commit is contained in:
@@ -707,6 +707,10 @@
|
||||
icon_state = module_sprites[icontype]
|
||||
return
|
||||
|
||||
if(typing)
|
||||
typing = FALSE
|
||||
set_typing_indicator(1)
|
||||
|
||||
/mob/living/silicon/robot/proc/installed_modules()
|
||||
if(weapon_lock)
|
||||
src << "\red Weapon lock active, unable to use modules! Count:[weaponlock_time]"
|
||||
|
||||
Reference in New Issue
Block a user