Fixes the frames of guest pass consoles being invisible (#9422)

As it had no icon state assigned, only the screen was being rendered.
This commit is contained in:
fernerr
2020-07-21 18:18:17 +03:00
committed by GitHub
parent 604919d4b9
commit d741e7fada
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -55,9 +55,10 @@
icon_state = "guestw"
light_color = LIGHT_COLOR_BLUE
icon_state = "altcomputerw"
icon_screen = "guest"
icon_scanline = "altcomputerw-scanline"
density = 0
density = FALSE
var/obj/item/card/id/giver
var/list/accesses = list()
@@ -0,0 +1,4 @@
author: Ferner
delete-after: True
changes:
- bugfix: "Fixed the guest pass console frame being invisible."