Fixed a wrong close in the eye of hellion quest
Merges HerculesWS/Hercules@d8441a3 Thanks to @Ridley8819
This commit is contained in:
parent
031adff925
commit
56c9765fe0
@ -418,7 +418,7 @@ morocc_in,116,101,3 script Old Scholar Tyus#hellion 735,3,3,{
|
|||||||
mes "for yourself?! I must smite";
|
mes "for yourself?! I must smite";
|
||||||
mes "you now before you are";
|
mes "you now before you are";
|
||||||
mes "consumed by its darkness!";
|
mes "consumed by its darkness!";
|
||||||
close;
|
close2;
|
||||||
percentheal -100,0;
|
percentheal -100,0;
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user