From ce3954403549d67e62b6a2f4e8b2fbe61771541d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 May 2020 15:28:28 -0300 Subject: Inhibit a possible bug with the Soul Menhir saving !!!!!!!! --- npc/functions/soul_menhir.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 0e256f890..ecde37287 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -44,6 +44,8 @@ L_Save: @n = rand2(getarraysize(@Xs)); @x = @Xs[@n]; @y = @Ys[@n]; + deletearray @Xs; + deletearray @Ys; goto L_Do_Save; L_Aeros: -- cgit v1.2.3-60-g2f50