mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-30 23:10:14 -05:00
Fix ice trap size not getting reset (#4897)
This commit is contained in:
parent
188b9757da
commit
8a5dd022f6
@ -278,6 +278,7 @@ void RandomizerOnPlayerUpdateForRCQueueHandler() {
|
||||
if (loc->HasObtained()) {
|
||||
SPDLOG_INFO("RC {} already obtained, skipping", static_cast<uint32_t>(rc));
|
||||
} else {
|
||||
iceTrapScale = 0.0f;
|
||||
randomizerQueuedCheck = rc;
|
||||
randomizerQueuedItemEntry = getItemEntry;
|
||||
SPDLOG_INFO("Queueing Item mod {} item {} from RC {}", getItemEntry.modIndex, getItemEntry.itemId, static_cast<uint32_t>(rc));
|
||||
|
Loading…
Reference in New Issue
Block a user