Teleporter hub sprite

This commit is contained in:
Aronai Sieyes
2020-04-18 23:27:58 -04:00
parent a51657162e
commit 01d52ae515
2 changed files with 3 additions and 0 deletions

View File

@@ -168,6 +168,7 @@
/obj/machinery/teleport/hub /obj/machinery/teleport/hub
name = "teleporter hub" name = "teleporter hub"
desc = "It's the hub of a teleporting machine." desc = "It's the hub of a teleporting machine."
icon = 'icons/obj/teleporter_vr.dmi' //VOREStation Add
icon_state = "tele0" icon_state = "tele0"
dir = 4 dir = 4
var/accurate = 0 var/accurate = 0
@@ -323,6 +324,7 @@
/obj/machinery/teleport/station /obj/machinery/teleport/station
name = "station" name = "station"
desc = "It's the station thingy of a teleport thingy." //seriously, wtf. desc = "It's the station thingy of a teleport thingy." //seriously, wtf.
icon = 'icons/obj/teleporter_vr.dmi' //VOREStation Add
icon_state = "controller" icon_state = "controller"
dir = 4 dir = 4
var/active = 0 var/active = 0
@@ -401,6 +403,7 @@
O.show_message("<span class='notice'>Test firing!</span>", 2) O.show_message("<span class='notice'>Test firing!</span>", 2)
com.teleport() com.teleport()
use_power(5000) use_power(5000)
flick(src, "controller-c") //VOREStation Add
spawn(30) spawn(30)
active=0 active=0

BIN
icons/obj/teleporter_vr.dmi Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB