Changes

m
Reverted edits by Kenji135 (talk) to last version by がか
Line 350: Line 350:  
         end
 
         end
 
         if form.normal then
 
         if form.normal then
             table.insert(result, cg(form.name, false, "345px"))
+
             table.insert(result, cg(form.name))
 
         end
 
         end
 
         if form.damaged then
 
         if form.damaged then
             table.insert(result, cg(form.name, true, "345px"))
+
             table.insert(result, cg(form.name, true))
 
         end
 
         end
 
     end
 
     end
cssedit, gkautomate
7,060

edits