diff options
Diffstat (limited to 'npc/018-2/caul.txt')
-rwxr-xr-x | npc/018-2/caul.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-2/caul.txt b/npc/018-2/caul.txt index cb30f6e5..e738dbde 100755 --- a/npc/018-2/caul.txt +++ b/npc/018-2/caul.txt @@ -454,7 +454,7 @@ L_mo_explode: goto L_mo_explode_dodge; mes "The burst of boiling monster brew hits you."; next; - heal (15 * rand(Vit)) - 1500, 0, 1; + heal (15 * rand(Vit)) - 1500, 0; close; L_mo_explode_dodge: |