Skip to content
Snippets Groups Projects

Chrono clone fix

Merged Samuel Wegner requested to merge Effigy/t-engine4:chrono_fix into master
  1. Nov 27, 2015
    • Samuel Wegner's avatar
      Leave dead flag as is · f15e34b2
      Samuel Wegner authored
      It's probably safer not to change this, on the off chance that we
      actually spawn a clone of a dead actor.
      f15e34b2
    • Samuel Wegner's avatar
      Fix nil index error in makeParadoxClone · 57a00b68
      Samuel Wegner authored
      I'm not sure how/why it happened, but while testing the 1.3.2 beta cut
      I got a nil index error in makeParadoxClone() while try to index on
      getInven("INVEN"). My character did have an inventory, so this seems
      strange. Anyway, it makes sense to check whether INVEN exists before
      trying to skip it.
      
      Now, the function checks whether INVEN exists before adding it to the
      alt_nodes table.
      57a00b68
Loading