From 85c81cc69f3f0848644028bd155a7c8a9312cdf0 Mon Sep 17 00:00:00 2001 From: expwnent Date: Thu, 3 Jul 2014 15:16:45 -0400 Subject: [PATCH] modtools/transform-unit.lua warning. --- scripts/modtools/transform-unit.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/modtools/transform-unit.lua b/scripts/modtools/transform-unit.lua index c55adfb62..e858c05d4 100644 --- a/scripts/modtools/transform-unit.lua +++ b/scripts/modtools/transform-unit.lua @@ -1,6 +1,8 @@ --modtools/transform-unit.lua --author expwnent --based on shapechange by Putnam +--warning: will crash arena mode if you view the unit on the same tick that it transforms +--if you wait until later, it will be fine local utils = require 'utils'