Corrects return values for the Topic procs of several computers and some other machines as well.

This commit is contained in:
mwerezak
2015-02-25 21:32:35 -05:00
parent a910986ed4
commit 6d15809768
40 changed files with 43 additions and 42 deletions

View File

@@ -204,7 +204,7 @@
/obj/machinery/atmospherics/binary/passive_gate/Topic(href,href_list)
if(..()) return
if(..()) return 1
if(href_list["toggle_valve"])
unlocked = !unlocked

View File

@@ -190,7 +190,7 @@ Thus, the two variables affect pump operation are set in New():
return
/obj/machinery/atmospherics/binary/pump/Topic(href,href_list)
if(..()) return
if(..()) return 1
if(href_list["power"])
use_power = !use_power