mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Fixes showcases not initializing (#26355)
This commit is contained in:
committed by
duncathan salt
parent
424df99363
commit
11c5f0e0ce
@@ -17,7 +17,8 @@
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_state = "computer"
|
||||
|
||||
/obj/structure/showcase/fakeid/New()
|
||||
/obj/structure/showcase/fakeid/Initialize()
|
||||
..()
|
||||
add_overlay("id")
|
||||
add_overlay("id_key")
|
||||
|
||||
@@ -27,7 +28,8 @@
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_state = "computer"
|
||||
|
||||
/obj/structure/showcase/fakesec/New()
|
||||
/obj/structure/showcase/fakesec/Initialize()
|
||||
..()
|
||||
add_overlay("security")
|
||||
add_overlay("security_key")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user