shadowm

Untitled

Jan 1st, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. 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)
  2.  
  3. At modules/frogatto/data/objects/playable/frogatto_playable.cfg 1870:
  4. if(tag_ and (not tag_ in keys(level.player.enemies_tasted)),
  5. ^--------------------------------^
  6.  
  7. At modules/frogatto/data/objects/playable/frogatto_playable.cfg 1870:
  8. if(tag_ and (not tag_ in keys(level.player.enemies_tasted)),
  9. ^--------------------------------^
  10.  
  11. 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,
  12. [[fire_event('stopearly'), animation('flashsnag')],
  13. if(tag_ and (not tag_ in keys(level.player.enemies_tasted)),
  14. [
  15. add(level.player.enemies_tasted, {(tag_): true}),
  16. //adding 1 since the list won't have been updated yet, plus adding to casual the count of enemies exclusive
  17. //to the 'challenging' difficulty level
  18. if(size(level.player.enemies_tasted) + if(level.player.difficulty >= level.player.difficulty_challenging, 1, 3) >= 37, achievement('frogourmet'))
  19. ]
  20. )
  21. where tag_ = collide_with.consts.frogourmet_tag,
  22. if(is_swallowable,
  23. //fire an event to grab the object. We do it in a separate event
  24. //in case we try to swallow multiple objects at once.
  25. fire_event('grab_objects', {collide_with: collide_with}),
  26. //object is not swallowable, so do damage to it instead
  27. if(collide_with.get_hit_by, collide_with.get_hit_by(me))
  28. )])] where is_swallowable = collide_with.tags.swallowable and collide_with.consts.size <= consts.max_swallow_size
  29.  
  30. type error
  31. At modules/frogatto/data/objects/playable/frogatto_playable.cfg 1870:
  32. if(tag_ and (not tag_ in keys(level.player.enemies_tasted)),
  33. ^--------------------------------^
  34.  
  35.  
  36. ATTEMPTING TO SEND CRASH REPORT...
  37. [1] 22279 abort ./game
Advertisement
Add Comment
Please, Sign In to add comment