end of file Fix (#17308)

* end of file Fix

* fix those lints too
This commit is contained in:
Kashargul
2025-03-10 16:15:35 -04:00
committed by GitHub
parent ae85941c35
commit 1def015bad
537 changed files with 609 additions and 654 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
var/datum/gear_tweak/color/gear_tweak_free_color_choice = new()
var/datum/gear_tweak/implant_location/gear_tweak_implant_location = new()
var/datum/gear_tweak/implant_location/gear_tweak_implant_location = new()
+1 -1
View File
@@ -1 +1 @@
var/datum/gear_tweak/collar_tag/gear_tweak_collar_tag = new()
var/datum/gear_tweak/collar_tag/gear_tweak_collar_tag = new()
+1 -1
View File
@@ -36,4 +36,4 @@
var/area/A = locate(T)
if(!istype(A) || !A.contents.len) // Empty contents list means it's not on the map.
continue
. += A
. += A
+1 -1
View File
@@ -128,4 +128,4 @@
#undef LUMR
#undef LUMG
#undef LUMB
#undef LUMB
+1 -1
View File
@@ -11,4 +11,4 @@ GLOBAL_LIST_EMPTY(string_lists)
if(.)
return
return GLOB.string_lists[string_id] = values
return GLOB.string_lists[string_id] = values
+1 -1
View File
@@ -40,4 +40,4 @@ GLOBAL_LIST_EMPTY(typelistkeys)
for (var/saving in savings)
to_chat(world, "Savings for [saving]: [savings[saving]] lists, [saveditems[saving]] items")
#endif
#endif