Fixes Borg Typing Indicator

Borgs that are typing will no longer lose the indicator a second later.
This commit is contained in:
Neerti
2017-01-31 16:28:41 -05:00
parent 3a48d5dd8f
commit 088ebc328e

View File

@@ -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]"