mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Teleporter hub sprite
This commit is contained in:
@@ -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
BIN
icons/obj/teleporter_vr.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user