remove spurious comment in flagpole script

qteditor
Maikel de Vries 2016-05-12 09:23:13 +02:00
parent 3455fa24f9
commit fb60bf41b8
1 changed files with 1 additions and 2 deletions

View File

@ -113,5 +113,4 @@ local Name = "$Name$";
local Description = "$Description$";
local HitPoints = 60;
local neutral = false;
local Components = {Wood = 3, Metal = 1};
//[[Wood, 3], [Metal, 1]];
local Components = {Wood = 3, Metal = 1};