Ports Aurora Telecomms Sprites

This commit is contained in:
Cerebulon
2020-05-09 07:12:37 +01:00
parent 62c6693913
commit 11e0e142c2
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
name = "\improper PDA multicaster"
desc = "This machine mirrors messages sent to it to specific departments."
icon = 'icons/obj/stationobjs.dmi'
icon_state = "controller"
icon_state = "pdamulti"
density = 1
anchored = 1
circuit = /obj/item/weapon/circuitboard/telecomms/pda_multicaster
@@ -35,7 +35,7 @@
if(on)
icon_state = initial(icon_state)
else
icon_state = "[initial(icon_state)]-p"
icon_state = "[initial(icon_state)]_off"
/obj/machinery/pda_multicaster/attackby(obj/item/I, mob/user)
if(I.is_screwdriver())
+1 -1
View File
@@ -133,7 +133,7 @@ var/message_delay = 0 // To make sure restarting the recentmessages list is kept
/obj/machinery/telecomms/allinone
name = "Telecommunications Mainframe"
icon = 'icons/obj/stationobjs.dmi'
icon_state = "comm_server"
icon_state = "allinone"
desc = "A compact machine used for portable subspace telecommuniations processing."
density = 1
use_power = USE_POWER_IDLE
@@ -5,7 +5,7 @@
use_power = USE_POWER_ACTIVE
active_power_usage = 20000 //20kW, apropriate for machine that keeps massive cross-Zlevel wireless network operational.
idle_power_usage = 100
icon_state = "bus"
icon_state = "ntnet"
anchored = 1
density = 1
circuit = /obj/item/weapon/circuitboard/ntnet_relay
@@ -32,9 +32,9 @@
/obj/machinery/ntnet_relay/update_icon()
if(operable())
icon_state = "bus"
icon_state = initial(icon_state)
else
icon_state = "bus_off"
icon_state = "[initial(icon_state)]_off"
/obj/machinery/ntnet_relay/process()
if(operable())
Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 116 KiB