mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Keeps the dmi unchanged
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user