remove looting from cod's drop

This commit is contained in:
NO11 2021-04-01 15:24:38 +00:00
parent 2e27275fea
commit 30343f048f
1 changed files with 2 additions and 4 deletions

View File

@ -59,13 +59,11 @@ local cod = {
{name = "mcl_fishing:fish_raw",
chance = 1,
min = 1,
max = 1,
looting = "common",},
max = 1,},
{name = "mcl_dye:white",
chance = 20,
min = 1,
max = 1,
looting = "common",},
max = 1,},
},
visual_size = {x=3, y=3},
makes_footstep_sound = false,