Skip to content

Commit

Permalink
Fixing resource bars after 25/01 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Numbers committed Jan 25, 2023
1 parent ade2a9d commit 31628ed
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.30.2: Fixing resource bars after 25/01 update
1.30.1: Fixing bug where flairs would disappear when sorting the league table, pre-empting addition of resource summary button in resource bars module (fix for position of level indicator will have to happen after it goes live)
1.30.0: Adding module to link to player profiles from leaderboards
1.29.0: Adding modules to show clubmates and script Patreon supporters on leaderboards (league, contests, season, pantheon, pov, pog)
Expand Down
6 changes: 3 additions & 3 deletions dist/hh-plus-plus.dev.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hh-plus-plus.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Hentai Heroes++ BDSM version
// @description Adding things here and there in the Hentai Heroes game. Also supports HHCore-based games such as GH and CxH.
// @version 1.30.1
// @version 1.30.2
// @match https://*.hentaiheroes.com/*
// @match https://nutaku.haremheroes.com/*
// @match https://*.gayharem.com/*
Expand Down
6 changes: 3 additions & 3 deletions dist/hh-plus-plus.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hh-plus-plus",
"version": "1.30.1",
"version": "1.30.2",
"description": "Adding things here and there in the Hentai Heroes game. Also supports HHCore-based games such as GH and CxH.",
"private": "true",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ResourceBarsModule/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class ResourceBarsModule extends CoreModule {
$('[hero=soft_currency]').after(this.$moneyContainer)
}

const money = Hero.infos.soft_currency
const money = Hero.currencies.soft_currency
let displayAmount
const thousandSeparatedMoney = I18n.nThousand(money)

Expand Down
2 changes: 1 addition & 1 deletion src/modules/ResourceBarsModule/styles.lazy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body > div > header {
div[rel="level"] {
position: absolute;
top: 8px;
left: 111px;
left: 91px;
width: 36px;
z-index: 150;
text-align: center;
Expand Down

0 comments on commit 31628ed

Please sign in to comment.