mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 17:11:40 +00:00
Closet appearance decls correctly use the repository (#8154)
* Closet appearance decls correctly use the repository * GET_DECL
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
storage_capacity = content_size + 5
|
||||
|
||||
if(ispath(closet_appearance))
|
||||
var/decl/closet_appearance/app = GLOB.closet_appearances[closet_appearance]
|
||||
var/decl/closet_appearance/app = GET_DECL(closet_appearance)
|
||||
if(app)
|
||||
icon = app.icon
|
||||
color = null
|
||||
|
||||
Reference in New Issue
Block a user