mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 20:52:52 +01:00
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into woodrat_map
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