mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 01:54:25 +01:00
removes var/ inside all procs (#19450)
* removes var/ inside all procs * . * ugh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user