mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
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:
@@ -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."
|
||||
Reference in New Issue
Block a user