Sleazy Fork is available in English.

Harem Heroes++ modified by 1121

Adding things here and there in Harem Heroes game.

< Commentaires sur Harem Heroes++ modified by 1121

Question / commentaire

§
Posté le: 2020-05-16

Event villians

does not showing anymore

Same problem

§
Posté le: 2020-06-03

It's the same problem with me. The script does not recognize the event trolls anymore.

§
Posté le: 2020-06-05

Seems nobody updated this script anymore for over 6 months. To fix it event villains, change in function home: if (typeof eventobjectdata !== 'undefined') { eventobjectdata.girls.forEach(function(girl) { if(girl.hasOwnProperty('troll'))

to

if (typeof eventdata !== 'undefined') { eventdata.girls.forEach(function(girl) { if(girl.hasOwnProperty('troll') && girl.troll != null)

Works fine for me.

Poster une réponse

Connectez-vous pour poster une réponse.