From bd152cbd17a0061cd8c2b0efd16c861962b8f7f2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 17 Jan 2019 22:11:06 -0200 Subject: Fix a bug, thanks Xanthem for reporting --- npc/002-2/ratto.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/npc/002-2/ratto.txt b/npc/002-2/ratto.txt index 7c7dde562..b264d32c1 100644 --- a/npc/002-2/ratto.txt +++ b/npc/002-2/ratto.txt @@ -33,6 +33,7 @@ OnRatto4Respawn: end; OnRatto1Death: + .@q2=getq2(ShipQuests_Peter); setq2 ShipQuests_Peter, .@q2|1; .@q2=getq2(ShipQuests_Peter); if (.@q2 == 15) @@ -41,6 +42,7 @@ OnRatto1Death: end; OnRatto2Death: + .@q2=getq2(ShipQuests_Peter); setq2 ShipQuests_Peter, .@q2|2; .@q2=getq2(ShipQuests_Peter); if (.@q2 == 15) @@ -49,6 +51,7 @@ OnRatto2Death: end; OnRatto3Death: + .@q2=getq2(ShipQuests_Peter); setq2 ShipQuests_Peter, .@q2|4; .@q2=getq2(ShipQuests_Peter); if (.@q2 == 15) @@ -57,6 +60,7 @@ OnRatto3Death: end; OnRatto4Death: + .@q2=getq2(ShipQuests_Peter); setq2 ShipQuests_Peter, .@q2|8; .@q2=getq2(ShipQuests_Peter); if (.@q2 == 15) -- cgit v1.2.3-60-g2f50