mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Make paintings persist for a very long time
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/datum/persistent/paintings
|
||||
name = "paintings"
|
||||
entries_expire_at = 10 // 10 rounds
|
||||
entries_expire_at = 1000 // Basically forever
|
||||
|
||||
/datum/persistent/paintings/SetFilename()
|
||||
filename = "data/persistent/paintings.json"
|
||||
|
||||
Reference in New Issue
Block a user