mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
Byond will never stop with this huh
This commit is contained in:
@@ -490,10 +490,10 @@
|
||||
var/list/chosen = pick(painting_category)
|
||||
if(!fexists("data/persistent/paintings/[persistence_id]/[chosen["md5"]].png")) //shitmin deleted this art, lets remove json entry to avoid errors
|
||||
painting_category -= list(chosen)
|
||||
SSpersistence.unpicked_paintings -= chosen
|
||||
SSpersistence.unpicked_paintings -= list(chosen)
|
||||
continue //and try again
|
||||
painting = chosen
|
||||
SSpersistence.unpicked_paintings -= chosen
|
||||
SSpersistence.unpicked_paintings -= list(chosen)
|
||||
|
||||
var/title = painting["title"]
|
||||
var/author_name = painting["author"]
|
||||
|
||||
Reference in New Issue
Block a user