summaryrefslogtreecommitdiff
path: root/npc/002-2/ratto.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-2/ratto.txt')
-rw-r--r--npc/002-2/ratto.txt4
1 files changed, 4 insertions, 0 deletions
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)