Skip to content

Commit

Permalink
fix(RSObjects): fix fossil island bank chest up text
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Feb 28, 2024
1 parent 7ef18ae commit 1ccb37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osr/walker/objects/rsobjects.simba
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ begin
with Self.BankChestFossilIsland do
begin
Setup(4, [[9486, 703], [9366, 1075]]);
SetupUpText(['Bank c', 'k chest']);
SetupUpText(['Bank c', 'k chest', 'Bank C', 'k Chest']);
Finder.Colors += CTS2(1449290, 9, 0.28, 5.71);
Finder.Colors += CTS2(529505, 11, 0.22, 1.47);
Finder.Colors += CTS2(5335150, 23, 0.16, 0.58);
Expand Down

0 comments on commit 1ccb37a

Please sign in to comment.