Skip to content

Commit

Permalink
(#607) Fixed Unbounded Creativity modifier not giving the intended relic
Browse files Browse the repository at this point in the history
  • Loading branch information
Clauvin committed Oct 17, 2019
1 parent 9d07265 commit f88970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WW_Relics/src/qcfpunch/QCFPunch_Mod.java
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public void receivePostCreateStartingRelics(AbstractPlayer.PlayerClass playerCla
RelicSetModifiers.addDeltaSpikeToCustomRun(relics);
}

if (isCustomModActive(RelicSetModifiers.DELTA_SPIKE_ID)) {
if (isCustomModActive(RelicSetModifiers.UNBOUNDED_CREATIVITY_ID)) {
RelicSetModifiers.addUnboundedCreativityToCustomRun(relics);
}
}
Expand Down

0 comments on commit f88970e

Please sign in to comment.