Space changes

This commit is contained in:
Alffd
2018-02-06 21:22:29 -05:00
parent 23988e92dc
commit d16f1a71f6
2 changed files with 8 additions and 8 deletions

View File

@@ -123,15 +123,15 @@
/datum/computer_file/program/supermatter_monitor/Topic(href, href_list)
if(..())
return 1
if( href_list["clear"] )
if(href_list["clear"])
active = null
return 1
if( href_list["refresh"] )
if(href_list["refresh"])
refresh()
return 1
if( href_list["set"] )
if(href_list["set"])
var/newuid = text2num(href_list["set"])
for(var/obj/machinery/power/supermatter_shard/S in supermatters)
if(S.uid == newuid)
active = S
return 1
return 1