better dirt persistence

This commit is contained in:
Seris02
2023-01-16 14:30:11 +08:00
parent 9a690755cb
commit e634c802bb
5 changed files with 27 additions and 3 deletions
@@ -1,6 +1,7 @@
/datum/persistent/filth
name = "filth"
entries_expire_at = 4 // 4 rounds, 24 hours.
var/saves_dirt = TRUE //VOREStation edit
/datum/persistent/filth/IsValidEntry(var/atom/entry)
. = ..() && entry.invisibility == 0