Fixes linter problems and potentially some bugs too

This commit is contained in:
Exxion
2021-06-04 16:23:03 -04:00
parent d860e7877c
commit 238f41f4da
9 changed files with 10 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ Note: Must be placed within 3 tiles of the R&D Console
busy = 0
if(linked_console)
linked_console.updateUsrDialog()
return TRUE
return TRUE
return FALSE
/obj/machinery/r_n_d/destructive_analyzer/attackby(var/obj/O, var/mob/user)