Fix log message (sheep, not chicken) in sheep mod

master
LNJ2 2016-03-31 23:20:37 +02:00
parent cc18fbba20
commit bd7a197e31
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ local def = {
item:take_item()
core.log("action", clicker:get_player_name() .. " fed a chicken at " .. core.pos_to_string(pos))
core.log("action", clicker:get_player_name() .. " fed a sheep at " .. core.pos_to_string(pos))
elseif name == "creatures:shears" and self.has_wool then
shear(self, math.random(2, 3), true)
item:add_wear(65535/100)