Adding things here and there in Harem Heroes game.
< Feedback on Harem Heroes++ modified by 1121
Same problem
It's the same problem with me. The script does not recognize the event trolls anymore.
Seems nobody updated this script anymore for over 6 months. To fix it event villains, change in function home: if (typeof event_object_data !== 'undefined') { event_object_data.girls.forEach(function(girl) { if(girl.hasOwnProperty('troll'))
to
if (typeof event_data !== 'undefined') { event_data.girls.forEach(function(girl) { if(girl.hasOwnProperty('troll') && girl.troll != null)
Works fine for me.
Event villians
does not showing anymore