mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Replaces Camera bug with Camera tablet app [MDB IGNORE] (#23275)
* Replaces Camera bug with Camera tablet app * Modular changes --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
scan()
|
||||
START_PROCESSING(SSfastprocess, src)
|
||||
|
||||
/datum/computer_file/program/radar/kill_program()
|
||||
/datum/computer_file/program/radar/kill_program(mob/user)
|
||||
objects = list()
|
||||
selected = null
|
||||
STOP_PROCESSING(SSfastprocess, src)
|
||||
@@ -320,7 +320,7 @@
|
||||
|
||||
RegisterSignal(SSdcs, COMSIG_GLOB_NUKE_DEVICE_ARMED, PROC_REF(on_nuke_armed))
|
||||
|
||||
/datum/computer_file/program/radar/fission360/kill_program()
|
||||
/datum/computer_file/program/radar/fission360/kill_program(mob/user)
|
||||
UnregisterSignal(SSdcs, COMSIG_GLOB_NUKE_DEVICE_ARMED)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user