fix: remove duplicate activity log messages after Spire exit
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m1s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 1m1s
This commit is contained in:
@@ -124,7 +124,6 @@ export function SpireCombatPage() {
|
||||
|
||||
const handleExitSpire = () => {
|
||||
exitSpireMode();
|
||||
addActivityLog('floor_transition', '🚪 Exited the Spire.');
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
@@ -237,8 +237,6 @@ export function onEnterRoomDescend(get: GetFn, set: SetFn): void {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
get().addActivityLog('floor_transition',
|
||||
`Floor ${s.currentFloor} Room ${s.currentRoomIndex + 1} is clear — moving on`);
|
||||
advanceRoomOrFloor(get, set);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user