[MIRROR] end of file Fix (#10355)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-11 09:58:14 -07:00
committed by GitHub
parent 2af001e7e5
commit 65f21fb1d3
472 changed files with 543 additions and 558 deletions

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()

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()

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

View File

@@ -128,4 +128,4 @@
#undef LUMR
#undef LUMG
#undef LUMB
#undef LUMB

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

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