Fix Travis errors, define mapload as Initialize() argument

This commit is contained in:
Rykka
2020-08-16 10:08:51 -04:00
parent 3531ae5a84
commit b586bb97e8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
if(!isnull(_age))
age = _age
/obj/item/trash/Initialize()
/obj/item/trash/Initialize(mapload)
if(!mapload || !config.persistence_ignore_mapload)
SSpersistence.track_value(src, /datum/persistent/filth/trash)
. = ..()