mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
Update and rename a_clay_monolith_.pl to a_clay_monolith_.lua
This commit is contained in:
parent
2c6dae0306
commit
eea07ba140
2 changed files with 6 additions and 5 deletions
6
inktuta/a_clay_monolith_.lua
Normal file
6
inktuta/a_clay_monolith_.lua
Normal 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
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
# a_clay_monolith #296049 - Second set on stairs
|
||||
|
||||
sub EVENT_SIGNAL {
|
||||
quest::modifynpcstat("special_attacks","SQrUMCNID");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue