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
@@ -38,4 +38,4 @@
/datum/event2/event/camera_damage/proc/is_valid_camera(var/obj/machinery/camera/C)
// Only return a functional camera, not installed in a silicon/hardsuit/circuit/etc, and that exists somewhere players have access
var/turf/T = get_turf(C)
return T && C?.can_use() && istype(C.loc, /turf) && (T.z in using_map.player_levels)
return T && C?.can_use() && istype(C.loc, /turf) && (T.z in using_map.player_levels)
@@ -23,4 +23,3 @@
log_debug("canister_leak event: Canister [C] ([C.x],[C.y],[C.z]) destroyed.")
C.health = 0
C.healthcheck()
@@ -1,3 +1,3 @@
/datum/gm_action/carp_migration/announce()
var/announcement = "Unknown biological entities have been detected near the asteroid, please stand-by."
command_announcement.Announce(announcement, "Lifesign Alert")
command_announcement.Announce(announcement, "Lifesign Alert")
@@ -41,6 +41,3 @@
rot_count++
if(rot_count >= target_rot)
break