Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 2f996bc

Browse files
fix(content): Update Sheep Herder Quest Stage Cleaner Incrementing (#1757)
* fix(content): Dr Orbon incremented quest stage weird * fix(content): Actually move the code
1 parent 32b7a6a commit 2f996bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/src/scripts/quests/quest_sheepherder/scripts/npcs/doctor_orbon.rs2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ if (inv_total(inv, coins) < 100) {
5252
inv_del(inv, coins, 100);
5353
inv_add(inv, plague_jacket, 1);
5454
inv_add(inv, plague_trousers, 1);
55-
~mesbox("You give Doctor Orbon 100 coins.|He hands over a protective suit.");
5655
if (%sheepherder_progress = ^sheepherder_tasked_with_talking_to_dr_orbon) {
5756
%sheepherder_progress = ^sheepherder_tasked_with_disposing_of_sheep;
5857
}
58+
~mesbox("You give Doctor Orbon 100 coins.|He hands over a protective suit.");
5959
~chatnpc("<p,neutral>These should protect you from infection.");
6060
}
6161

0 commit comments

Comments
 (0)