diff --git a/utilities.lua b/utilities.lua index e9d311e..0bf991c 100755 --- a/utilities.lua +++ b/utilities.lua @@ -278,13 +278,12 @@ end function ap_airship.paint(self, colstr) if colstr then self.color = colstr - paint(self, true) end end function ap_airship.paint2(self, colstr) if colstr then self.color2 = colstr - paint(self) + paint(self, true) end end