mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
New holopad icon
This commit is contained in:
@@ -126,6 +126,7 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/
|
|||||||
masters[A] = hologram
|
masters[A] = hologram
|
||||||
set_light(2) //pad lighting
|
set_light(2) //pad lighting
|
||||||
icon_state = "holopad1"
|
icon_state = "holopad1"
|
||||||
|
flick("holopadload", src) //VOREStation Add
|
||||||
A.holo = src
|
A.holo = src
|
||||||
if(LAZYLEN(masters))
|
if(LAZYLEN(masters))
|
||||||
START_MACHINE_PROCESSING(src)
|
START_MACHINE_PROCESSING(src)
|
||||||
@@ -187,6 +188,7 @@ For the other part of the code, check silicon say.dm. Particularly robot talk.*/
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/obj/machinery/hologram
|
/obj/machinery/hologram
|
||||||
|
icon = 'icons/obj/stationobjs_vr.dmi' //VOREStation Edit
|
||||||
anchored = 1
|
anchored = 1
|
||||||
use_power = USE_POWER_IDLE
|
use_power = USE_POWER_IDLE
|
||||||
idle_power_usage = 5
|
idle_power_usage = 5
|
||||||
@@ -237,7 +239,7 @@ Holographic project of everything else.
|
|||||||
/obj/machinery/hologram/projector
|
/obj/machinery/hologram/projector
|
||||||
name = "hologram projector"
|
name = "hologram projector"
|
||||||
desc = "It makes a hologram appear...with magnets or something..."
|
desc = "It makes a hologram appear...with magnets or something..."
|
||||||
icon = 'icons/obj/stationobjs.dmi'
|
icon = 'icons/obj/stationobjs_vr.dmi' //VOREStation Edit
|
||||||
icon_state = "hologram0"
|
icon_state = "hologram0"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Reference in New Issue
Block a user