mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
usr is implicit
This commit is contained in:
@@ -285,8 +285,8 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
clear_wait_message()
|
||||
SStgui.update_uis(src)
|
||||
|
||||
/obj/machinery/computer/rdconsole/proc/start_destroyer(usr)
|
||||
if(!linked_destroy || !usr)
|
||||
/obj/machinery/computer/rdconsole/proc/start_destroyer()
|
||||
if(!linked_destroy)
|
||||
return
|
||||
|
||||
if(linked_destroy.busy)
|
||||
|
||||
Reference in New Issue
Block a user