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
@@ -45,4 +45,4 @@
var/obj/item/computer_hardware/H = movable.find_hardware_by_name(params["name"])
if(H && istype(H))
H.enabled = !H.enabled
. = TRUE
. = TRUE
+1 -1
View File
@@ -17,7 +17,7 @@
var/z = get_z(user)
var/list/map_levels = using_map.get_map_levels(z)
// Build list of data from sensor readings.
for(var/obj/machinery/power/sensor/S in grid_sensors)
if(!(S.z in map_levels))
+1 -1
View File
@@ -43,4 +43,4 @@
return data
/datum/tgui_module/shutoff_monitor/ntos
ntos = TRUE
ntos = TRUE
+1 -1
View File
@@ -23,7 +23,7 @@ GLOBAL_DATUM_INIT(tgui_nif_main_state, /datum/tgui_state/nif_main_state, new)
var/mob/living/carbon/human/H = user
if(!H.nif || src_object != H.nif)
return STATUS_CLOSE
if(H.nif.stat == NIF_WORKING)
return user.shared_tgui_interaction()
else
+1 -1
View File
@@ -15,4 +15,4 @@ GLOBAL_DATUM_INIT(tgui_vorepanel_state, /datum/tgui_state/vorepanel_state, new)
return STATUS_CLOSE
if(!isnewplayer(user) && user.stat == DEAD)
return STATUS_DISABLED
return STATUS_INTERACTIVE
return STATUS_INTERACTIVE