Sleazy Fork is available in English.

Harem Heroes++ modified by 1121

Adding things here and there in Harem Heroes game.

< Feedback on Harem Heroes++ modified by 1121

Soru/yorum

§
Gönderildi: 16.05.2020

Event villians

does not showing anymore

§
Gönderildi: 03.06.2020

Same problem

§
Gönderildi: 03.06.2020

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

§
Gönderildi: 05.06.2020

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.

Cevap paylaş

Yanıt göndermek için oturum açın.