Keeps the dmi unchanged

This commit is contained in:
Unknown
2019-08-20 03:57:30 -04:00
parent 7682bacc63
commit a4990aedf3
2 changed files with 6 additions and 0 deletions
+6
View File
@@ -6,6 +6,12 @@
action_button_name = "Toggle Cataloguer"
var/deployed = TRUE
/obj/item/device/cataloguer/pathfinder/update_icon()
if(busy)
icon_state = "[initial(icon_state)]_s"
else
icon_state = initial(icon_state)
/obj/item/device/cataloguer/pathfinder/ui_action_click()
toggle()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB