Merge pull request #6630 from VOREStation/aro-terminals

New terminal sprites
This commit is contained in:
Novacat
2020-03-01 10:52:39 -05:00
committed by GitHub
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ var/list/obj/machinery/newscaster/allCasters = list() //Global list that will co
/obj/machinery/newscaster
name = "newscaster"
desc = "A standard newsfeed handler for use on commercial space stations. All the news you absolutely have no use for, in one place!"
icon = 'icons/obj/terminals.dmi'
icon = 'icons/obj/terminals_vr.dmi' //VOREStation Edit
icon_state = "newscaster_normal"
plane = TURF_PLANE
layer = ABOVE_TURF_LAYER
+1 -1
View File
@@ -26,7 +26,7 @@ var/list/obj/machinery/requests_console/allConsoles = list()
name = "requests console"
desc = "A console intended to send requests to different departments on the station."
anchored = 1
icon = 'icons/obj/terminals.dmi'
icon = 'icons/obj/terminals_vr.dmi' //VOREStation Edit
icon_state = "req_comp0"
plane = TURF_PLANE
layer = ABOVE_TURF_LAYER
+1 -1
View File
@@ -17,7 +17,7 @@ log transactions
/obj/machinery/atm
name = "Automatic Teller Machine"
desc = "For all your monetary needs!"
icon = 'icons/obj/terminals.dmi'
icon = 'icons/obj/terminals_vr.dmi' //VOREStation Edit
icon_state = "atm"
anchored = 1
use_power = 1
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB