removes var/ inside all procs (#19450)

* removes var/ inside all procs

* .

* ugh
This commit is contained in:
Kashargul
2026-05-05 10:55:17 +02:00
committed by GitHub
parent 13162d13a2
commit 5926589c16
1987 changed files with 7376 additions and 7377 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
holder.vis_enabled -= VIS_GHOSTS
holder.recalculate_vis()
/datum/modifier/feysight/can_apply(var/mob/living/L)
/datum/modifier/feysight/can_apply(mob/living/L)
if(L.stat)
to_chat(L, span_warning("You can't be unconscious or dead to experience tranquility."))
return FALSE