Gives the bank machine a makeover. (#57613)

This replaces the bank machine sprite from Goonstation with one using
/tg/'s regular terminal sprites.

Not only does it provide asset consistency with the rest of /tg/'s
terminals, it also means there's less Goon assets gumming up the
works.

In addition, it has directional sprites, meaning the bank machine
doesn't always have to be front facing anymore.
This commit is contained in:
sergeirocks100
2021-03-12 13:48:59 +00:00
committed by GitHub
parent d9836946d7
commit 54fde65758
3 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
/obj/machinery/computer/bank_machine
name = "bank machine"
desc = "A machine used to deposit and withdraw station funds."
icon = 'goon/icons/obj/goon_terminals.dmi'
icon_screen = "vault"
icon_keyboard = "security_key"
idle_power_usage = 100
var/siphoning = FALSE
Binary file not shown.

Before

Width:  |  Height:  |  Size: 913 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 118 KiB