Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- src/variant.cpp:129 ASSERTION FAILED: ERROR: type error: expected map but found list ["ant_black","beetle_black","ant_red","hornbug_red","beetle_water","beetle_black_armor","shooting_plant","ant_gold","spitting_flower","bat_black","kitty_spear","milgram_pod","milgram_pod","milgram_block","bunny_ball_tosser","squirrel_black","fumper","rabbit_black","fumper_flapper","squirrel_red","rabbit_red","moth_small","starburst_shooting_plant","maggot_white","bat_red","ant_wallcling","maggot_grey","red_spikebug","moth_black","worm_jumping","hopper_armored","milgram_pod_launcher","kitty_gun","wartfly","kitty_ninja"] at /home/shadowm/.frogatto/save.cfg 531 (column 5)
- At modules/frogatto/data/objects/playable/frogatto_playable.cfg 1870:
- if(tag_ and (not tag_ in keys(level.player.enemies_tasted)),
- ^--------------------------------^
- At modules/frogatto/data/objects/playable/frogatto_playable.cfg 1870:
- if(tag_ and (not tag_ in keys(level.player.enemies_tasted)),
- ^--------------------------------^
- FORMULA: modules/frogatto/data/objects/playable/frogatto_playable.cfg 1868 (column 27)[if((collide_with_area = 'body' or collide_with_area = 'thrown') and (not vars.swallowed) and collide_with != level.player,
- [[fire_event('stopearly'), animation('flashsnag')],
- if(tag_ and (not tag_ in keys(level.player.enemies_tasted)),
- [
- add(level.player.enemies_tasted, {(tag_): true}),
- //adding 1 since the list won't have been updated yet, plus adding to casual the count of enemies exclusive
- //to the 'challenging' difficulty level
- if(size(level.player.enemies_tasted) + if(level.player.difficulty >= level.player.difficulty_challenging, 1, 3) >= 37, achievement('frogourmet'))
- ]
- )
- where tag_ = collide_with.consts.frogourmet_tag,
- if(is_swallowable,
- //fire an event to grab the object. We do it in a separate event
- //in case we try to swallow multiple objects at once.
- fire_event('grab_objects', {collide_with: collide_with}),
- //object is not swallowable, so do damage to it instead
- if(collide_with.get_hit_by, collide_with.get_hit_by(me))
- )])] where is_swallowable = collide_with.tags.swallowable and collide_with.consts.size <= consts.max_swallow_size
- type error
- At modules/frogatto/data/objects/playable/frogatto_playable.cfg 1870:
- if(tag_ and (not tag_ in keys(level.player.enemies_tasted)),
- ^--------------------------------^
- ATTEMPTING TO SEND CRASH REPORT...
- [1] 22279 abort ./game
Advertisement
Add Comment
Please, Sign In to add comment