Main correction is the removal of Topic() in code/game/machinery/computer/computer.dm.
Issue introduced in #7617 where I stated multiple times this Topic()-return value was incorrect.

Ensures that computers return the correct value after the ..() check.
This commit is contained in:
PsiOmega
2015-02-25 09:47:50 +01:00
parent 51b722485a
commit dfd83f787a
15 changed files with 540 additions and 534 deletions
+1 -1
View File
@@ -283,7 +283,7 @@
/obj/machinery/computer/message_monitor/Topic(href, href_list)
if(..())
return
return 1
if(stat & (NOPOWER|BROKEN))
return
if(!istype(usr, /mob/living))