end of file Fix (#17308)

* end of file Fix

* fix those lints too
This commit is contained in:
Kashargul
2025-03-10 21:15:35 +01:00
committed by GitHub
parent ae85941c35
commit 1def015bad
537 changed files with 609 additions and 654 deletions
@@ -22,4 +22,4 @@
var/obj/item/paper/sticky/paper = entry
LAZYADDASSOC(., "offset_x", paper.pixel_x)
LAZYADDASSOC(., "offset_y", paper.pixel_y)
LAZYADDASSOC(., "color", paper.color)
LAZYADDASSOC(., "color", paper.color)
+1 -1
View File
@@ -19,4 +19,4 @@
return trash.age
/datum/persistent/filth/trash/GetEntryPath(var/atom/entry)
return entry.type
return entry.type
+2 -2
View File
@@ -17,7 +17,7 @@
tokens -= token
SSpersistence.unpicked_paintings = SSpersistence.all_paintings.Copy()
for(var/obj/structure/sign/painting/P in SSpersistence.painting_frames)
P.load_persistent()
@@ -50,4 +50,4 @@
if(fexists(filename))
fdel(filename)
to_file(file(filename), json_encode(SSpersistence.all_paintings))
to_file(file(filename), json_encode(SSpersistence.all_paintings))