Skip to content

Commit

Permalink
Fixes initialization getting stuck on paintings. (tgstation#58399)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnturK authored Apr 14, 2021
1 parent 3410404 commit 3de3256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/artstuff.dm
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
return //aborts loading anything this category has no usable paintings
var/list/chosen = pick(painting_category)
if(!fexists("data/paintings/[persistence_id]/[chosen["md5"]].png")) //shitmin deleted this art, lets remove json entry to avoid errors
painting_category.Remove(chosen)
painting_category -= list(chosen)
continue //and try again
painting = chosen
var/title = painting["title"]
Expand Down

0 comments on commit 3de3256

Please sign in to comment.