Merge pull request #7931 from VOREStation/Arokha/holopad

New holopad icon
This commit is contained in:
Aronai Sieyes
2020-05-17 22:38:46 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -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