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