[MDB IGNORE] Updates Teleporters backend and gave them nice sprites. Among other things. I get carried away. (#3876)

* Initial Commit

* [Broken] Bout to do something dumb

* This might be a bad ieda

* Beh

* Rename Beacon.dm to beacon.dm

* Fixes my dumb mistake
This commit is contained in:
Zandario
2022-04-13 02:01:16 -07:00
committed by GitHub
parent e85d850050
commit bb313e443b
156 changed files with 1894 additions and 1631 deletions
@@ -101,13 +101,13 @@
// Allows us to process UI clicks, which are relayed in form of hrefs.
/datum/nano_module/power_monitor/Topic(href, href_list)
if(..())
return 1
if( href_list["clear"] )
return TRUE
if(href_list["clear"] )
active_sensor = null
. = 1
if( href_list["refresh"] )
. = TRUE
if(href_list["refresh"] )
refresh_sensors()
. = 1
else if( href_list["setsensor"] )
. = TRUE
else if(href_list["setsensor"] )
active_sensor = href_list["setsensor"]
. = 1
. = TRUE