From 8276516ee92da9837b54d9c8b0b061d3fd5b295a Mon Sep 17 00:00:00 2001 From: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Date: Thu, 28 Dec 2023 23:51:40 -0500 Subject: [PATCH] fixes a 6 year old ranged guardian bug (#23671) --- code/game/gamemodes/miniantags/guardian/types/ranged.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/miniantags/guardian/types/ranged.dm b/code/game/gamemodes/miniantags/guardian/types/ranged.dm index 563146095f9..37953ec72df 100644 --- a/code/game/gamemodes/miniantags/guardian/types/ranged.dm +++ b/code/game/gamemodes/miniantags/guardian/types/ranged.dm @@ -82,7 +82,7 @@ name = "snare" desc = "You shouldn't be seeing this!" var/mob/living/spawner - invisibility = 1 + invisibility = 101 /obj/effect/snare/singularity_act() return