mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Removes the hardcoded Purple Rupee/Heart Piece reward.
This commit is contained in:
parent
4ea8ee1a7c
commit
fdcb59e9af
1 changed files with 0 additions and 1 deletions
|
@ -606,7 +606,6 @@ void EnTk_Dig(EnTk* this, GlobalContext* globalCtx) {
|
|||
rewardPos.z += this->actor.world.pos.z;
|
||||
|
||||
this->currentReward = EnTk_ChooseReward(this);
|
||||
this->currentReward = 3;
|
||||
if (this->currentReward == 3) {
|
||||
/*
|
||||
* Upgrade the purple rupee reward to the heart piece if this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue