mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Replaces another magic number I forgot to replace last commit.
This commit is contained in:
parent
eee63d4689
commit
6dc5b05eaf
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ void EnTk_Dig(EnTk* this, GlobalContext* globalCtx) {
|
||||||
|
|
||||||
EnItem00* reward = Item_DropCollectible(globalCtx, &rewardPos, rewardParams[this->currentReward]);
|
EnItem00* reward = Item_DropCollectible(globalCtx, &rewardPos, rewardParams[this->currentReward]);
|
||||||
if (this->currentReward == 4) {
|
if (this->currentReward == 4) {
|
||||||
reward->collectibleFlag = 0x19;
|
reward->collectibleFlag = COLLECTFLAG_GRAVEDIGGING_HEART_PIECE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue