Zombie argh is now a debug text

This commit is contained in:
Lugghawk 2019-01-20 22:32:19 -05:00
parent 49c0571d5b
commit 275c748b3a

View File

@ -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,