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
@@ -11,4 +11,4 @@
/obj/effect/decal/spraystill
density = FALSE
anchored = TRUE
plane = ABOVE_PLANE
plane = ABOVE_PLANE
@@ -47,4 +47,4 @@
/decl/poster/tg_10
name = "Hacking Guide"
desc = "This poster details the internal workings of the common NanoTrasen airlock."
icon_state="poster10"
icon_state="poster10"
@@ -36,4 +36,4 @@
light_range = 10
light_power = 5
light_color = "#b6cdff"
// VOREStation Addition End
// VOREStation Addition End
@@ -14,4 +14,4 @@
for(var/mob/M as anything in player_list)
if(M.z == src.z && get_dist(src, M) <= shake_radius)
shake_camera(M, shake_duration, shake_strength)
..()
..()
+2 -2
View File
@@ -9,9 +9,9 @@
/obj/effect/wire_deleter/Initialize(mapload)
. = ..()
for(var/c in loc.contents)
if(istype(c, /obj/structure/cable))
if(prob(33))
qdel(c)
qdel(src)
qdel(src)