v0.4.2 — Hide badges immediately on path selection
Patch release.
Change
- 맵에서 경로(노드)를 선택하면 화면 전환을 기다리지 않고 다른 노드들의 포션 확률 배지가 즉시 사라집니다. 기존에는 트래블 애니메이션이 끝날 때까지 다른 경로의 배지가 남아 있었습니다.
- 구현:
NMapPoint.OnReleasePostfix에서NMapScreen.IsTraveling이 true 가 되는 순간 화면 전체의Sts2PotionDropChance_Badge컨테이너를 모두 숨김. - 멀티플레이 안전 — 투표가 진행 중일 때는
IsTraveling이 false 이므로 합의가 끝나 실제로 트래블이 시작되어야 배지가 사라집니다.
The other-path potion badges now disappear the instant you commit to a path, instead of lingering until the travel animation finishes. Multiplayer-safe — vote-pending state keeps
IsTravelingfalse, so badges only hide when travel actually starts.
Installation
- Download `Sts2PotionDropChance-v0.4.2.zip` below.
- Extract `Sts2PotionDropChance/` into `<Slay the Spire 2 install>/mods/` (overwrites the v0.4.1 files).
- Launch the game.
For the full feature list, see v0.4.0 release notes or the README (한국어).