mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-29 11:41:14 +00:00
Space changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user