From 275c748b3a6a2f1b4e09683595016a3b839c603a Mon Sep 17 00:00:00 2001 From: Lugghawk Date: Sun, 20 Jan 2019 22:32:19 -0500 Subject: [PATCH] Zombie argh is now a debug text --- hoggit/spawner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoggit/spawner.lua b/hoggit/spawner.lua index c556337..33cdb57 100644 --- a/hoggit/spawner.lua +++ b/hoggit/spawner.lua @@ -157,7 +157,7 @@ HOGGIT.Spawner = function(grpName) partial_death_respawn_delay = respawn_delay end - trigger.action.outText(GroupName .. " is now a zombie! Arggghhh!", 10) + HOGGIT.debug_text(GroupName .. " is now a zombie! Arggghhh!", 10) end end,