Update and rename a_clay_monolith_.pl to a_clay_monolith_.lua

This commit is contained in:
huffin 2021-08-06 11:50:54 -05:00 committed by GitHub
parent 2c6dae0306
commit eea07ba140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

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

View file

@ -1,5 +0,0 @@
# a_clay_monolith #296049 - Second set on stairs
sub EVENT_SIGNAL {
quest::modifynpcstat("special_attacks","SQrUMCNID");
}