From 95991ce94fe5c65f80f4ff3cbae57733ab5a2ade Mon Sep 17 00:00:00 2001 From: Methacrylon Date: Thu, 14 Jun 2018 08:11:18 +0200 Subject: [PATCH] Typo --- triggers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triggers.lua b/triggers.lua index b71814e..23029c6 100644 --- a/triggers.lua +++ b/triggers.lua @@ -172,7 +172,7 @@ end) -- trigger for killing an entity awards.register_trigger("punch_entity", { type = "counted_key", - progress = "@1/@2 killed", + progress = "@1/@2 punched", auto_description = { "Punch @2", "Punch @1×@2" }, auto_description_total = { "Punch @1 entity", "Punch @1 entities." }, get_key = function(self, def)