Added return statement to handleMusclePain()
This commit is contained in:
parent
6abd84e7ab
commit
b70572017d
@ -1202,6 +1202,8 @@ export class HideoutController {
|
|||||||
pmcData.Health.BodyParts.Chest.Effects.MildMusclePain = {
|
pmcData.Health.BodyParts.Chest.Effects.MildMusclePain = {
|
||||||
Time: finishEffect.rewardsRange[0].time, // TODO - remove hard coded access, get value properly
|
Time: finishEffect.rewardsRange[0].time, // TODO - remove hard coded access, get value properly
|
||||||
};
|
};
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hasMildPain) {
|
if (hasMildPain) {
|
||||||
|
Loading…
Reference in New Issue
Block a user