mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
[MIRROR] The Spectre-Meter App, also a bootleg data disk item for the black market. [MDB IGNORE] (#25717)
The Spectre-Meter App, also a bootleg data disk item for the black market. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
@@ -187,8 +187,8 @@
|
||||
|
||||
if(src == computer.active_program)
|
||||
computer.active_program = null
|
||||
if(computer.enabled)
|
||||
computer.update_tablet_open_uis(user)
|
||||
if(!QDELETED(computer) && computer.enabled)
|
||||
INVOKE_ASYNC(computer, TYPE_PROC_REF(/obj/item/modular_computer, update_tablet_open_uis), user)
|
||||
if(src in computer.idle_threads)
|
||||
computer.idle_threads.Remove(src)
|
||||
|
||||
@@ -211,5 +211,3 @@
|
||||
computer.update_tablet_open_uis(usr)
|
||||
computer.update_appearance(UPDATE_ICON)
|
||||
return TRUE
|
||||
|
||||
#undef PROGRAM_BASIC_CELL_USE
|
||||
|
||||
Reference in New Issue
Block a user