Fix Entropy application after grafting

This commit is contained in:
nickofolas
2022-03-21 14:30:03 -05:00
parent c68093f71c
commit 010a4f1aa3
3 changed files with 3 additions and 3 deletions
@@ -3,7 +3,7 @@ import { CONSTANTS } from "../../Constants";
import { IPlayer } from "../IPlayer";
export const applyEntropy = (player: IPlayer, stacks = 1): IMap<number> => {
export const calculateEntropy = (player: IPlayer, stacks = 1): IMap<number> => {
const multipliers: IMap<number> = {
hacking_chance_mult: player.hacking_chance_mult,
hacking_speed_mult: player.hacking_speed_mult,