mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +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]
|
icon_state = module_sprites[icontype]
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if(typing)
|
||||||
|
typing = FALSE
|
||||||
|
set_typing_indicator(1)
|
||||||
|
|
||||||
/mob/living/silicon/robot/proc/installed_modules()
|
/mob/living/silicon/robot/proc/installed_modules()
|
||||||
if(weapon_lock)
|
if(weapon_lock)
|
||||||
src << "\red Weapon lock active, unable to use modules! Count:[weaponlock_time]"
|
src << "\red Weapon lock active, unable to use modules! Count:[weaponlock_time]"
|
||||||
|
|||||||
Reference in New Issue
Block a user