added screenshot

This commit is contained in:
TenPlus1 2019-03-02 10:12:17 +00:00
parent 275b596016
commit 50b19fec88
3 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ mobs:register_mob("mobs_npc:igor", {
-- feed to heal npc -- feed to heal npc
if mobs:feed_tame(self, clicker, 8, false, true) then return end if mobs:feed_tame(self, clicker, 8, false, true) then return end
if mobs:protect(self, clicker) then return end if mobs:protect(self, clicker) then return end
if mobs:capture_mob(self, clicker, 0, 5, 80, false, nil) then return end if mobs:capture_mob(self, clicker, nil, 5, 80, false, nil) then return end
local item = clicker:get_wielded_item() local item = clicker:get_wielded_item()
local name = clicker:get_player_name() local name = clicker:get_player_name()

View File

@ -67,7 +67,7 @@ mobs:register_mob("mobs_npc:npc", {
if mobs:feed_tame(self, clicker, 8, true, true) then return end if mobs:feed_tame(self, clicker, 8, true, true) then return end
-- capture npc with net or lasso -- capture npc with net or lasso
if mobs:capture_mob(self, clicker, 0, 5, 80, false, nil) then return end if mobs:capture_mob(self, clicker, nil, 5, 80, false, nil) then return end
-- protect npc with mobs:protector -- protect npc with mobs:protector
if mobs:protect(self, clicker) then return end if mobs:protect(self, clicker) then return end

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB