From eea07ba1407ab010e58932fb8a5347ebb769ed63 Mon Sep 17 00:00:00 2001 From: huffin Date: Fri, 6 Aug 2021 11:50:54 -0500 Subject: [PATCH] Update and rename a_clay_monolith_.pl to a_clay_monolith_.lua --- inktuta/a_clay_monolith_.lua | 6 ++++++ inktuta/a_clay_monolith_.pl | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 inktuta/a_clay_monolith_.lua delete mode 100644 inktuta/a_clay_monolith_.pl diff --git a/inktuta/a_clay_monolith_.lua b/inktuta/a_clay_monolith_.lua new file mode 100644 index 000000000..48de82ab3 --- /dev/null +++ b/inktuta/a_clay_monolith_.lua @@ -0,0 +1,6 @@ +-- a_clay_monolith #296049 - Second set on stairs + +function event_signal(e) + e.self:SetSpecialAbility(24, 0); + e.self:SetSpecialAbility(35, 0); +end diff --git a/inktuta/a_clay_monolith_.pl b/inktuta/a_clay_monolith_.pl deleted file mode 100644 index 9f9bc5a35..000000000 --- a/inktuta/a_clay_monolith_.pl +++ /dev/null @@ -1,5 +0,0 @@ -# a_clay_monolith #296049 - Second set on stairs - -sub EVENT_SIGNAL { - quest::modifynpcstat("special_attacks","SQrUMCNID"); -} \ No newline at end of file