Chrono clone fix
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
Fix nil index error in makeParadoxClone
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.
This should be pushed to 1.3.2.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.