Skip to content

Small fixes

Samuel Wegner requested to merge Effigy/t-engine4:small_fixes into master

Fix 1: Improve efficiency of Arcane Combat info

Changed Arcane Combat's description generator to use table.concat, to avoid making temporary string objects that need garbage collection.

Fix 2: Fix various typos

Merge request reports