Skip to content

Commit 01a5818

Browse files
fix: Merge pull request #248 from Reldnahc/patch-16
Update rsobjects.simba fix myterious ruins shape
2 parents ad1811b + 532c807 commit 01a5818

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

osr/walker/objects/rsobjects.simba

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ begin
488488

489489
with Self.MysteriousRuins do
490490
begin
491-
Setup(3.5, 4,[[5176, 5148]]);
491+
Setup(3.5, 1, [[5180, 5148]]);
492492
SetupUpText(['Enter', 'Mysterious']);
493493
Finder.Colors += CTS2(5726817, 18, 1.07, 0.20);
494494
Finder.ColorClusters += [CTS2(5721426, 16, 2.63, 0.35), CTS2(4607558, 9, 0.52, 0.19), 30];
@@ -1465,3 +1465,4 @@ begin
14651465
@RSObjects.DepositBoxWintertodt
14661466
];
14671467
end;
1468+

0 commit comments

Comments
 (0)