Skip to content

Commit

Permalink
Merge pull request #302 from Ormael7/master-wip
Browse files Browse the repository at this point in the history
0.8p quick fix
  • Loading branch information
Ormael7 authored Feb 8, 2021
2 parents 3aaf486 + 57e3190 commit 777ac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/classes/PlayerEvents.as
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ public class PlayerEvents extends BaseContent implements TimeAwareInterface {
player.removeStatusEffect(StatusEffects.KitsuneEnergyThirstFeed)
}
//Hydra heads
if (player.lowerBody == LowerBody.HYDRA && player.hasStatusEffect(StatusEffects.HydraTailsPlayer)) player.removeStatusEffect(StatusEffects.HydraTailsPlayer);
if (player.lowerBody != LowerBody.HYDRA && player.hasStatusEffect(StatusEffects.HydraTailsPlayer)) player.removeStatusEffect(StatusEffects.HydraTailsPlayer);
//Greed Perk
if (player.raccoonScore() >= 13 && !player.hasPerk(PerkLib.Greedy)) {
outputText("\nYou are feeling absurdly lucky today so lucky there's no way fortune could turn against you. You nature as a tanuki has improved your ability to generate wealth, wherever there is more gems to make you will find and collect them. \n\n(<b>Gained Perk: Greedy</b>)");
Expand Down

0 comments on commit 777ac0e

Please sign in to comment.