1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 00:10:33 +02:00

Update greenslimes.lua

Only small greenslimes drop coins & glue now
This commit is contained in:
Ombridride 2015-04-18 23:45:44 +02:00
parent 892d2e4b6c
commit 16b695cf8e

View File

@ -90,10 +90,6 @@ mobs:register_mob("mobs:greenmedium", {
floats = 1,
-- chance of dropping glue and coins
drops = {
{name = "mesecons_materials:glue",
chance = 4, min = 1, max = 2},
{name = "maptools:copper_coin",
chance = 2, min = 1, max = 1},
},
-- damaged by
water_damage = 0,
@ -143,10 +139,6 @@ mobs:register_mob("mobs:greenbig", {
floats = 1,
-- chance of dropping glue and coins
drops = {
{name = "mesecons_materials:glue",
chance = 4, min = 1, max = 2},
{name = "maptools:copper_coin",
chance = 2, min = 1, max = 1},
},
-- damaged by
water_damage = 0,