Remove choppy group from paintings

This commit is contained in:
Wuzzy 2017-02-27 00:48:36 +01:00
parent 833fe53e98
commit 08df57fef0
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ N = N - 1
-- register for each picture
for n=1, N do
local groups = {choppy=2, dig_immediate=3, picture=1, not_in_creative_inventory=1}
local groups = {dig_immediate=3, picture=1, not_in_creative_inventory=1}
if n == 1 then
groups = {choppy=2, dig_immediate=3, picture=1, deco_block=1}
groups = {dig_immediate=3, picture=1, deco_block=1}
end
local desc