mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-14 23:13:45 +01:00
Tactical Fishing Advancement
This commit is contained in:
parent
ae0eb85ffc
commit
27ea6087c7
@ -225,6 +225,12 @@ awards.register_achievement("mcl:whatAdeal", {
|
||||
icon = "mcl_core_emerald.png",
|
||||
})
|
||||
|
||||
awards.register_achievement("mcl:tacticalFishing", {
|
||||
title = S("Tactical Fishing"),
|
||||
description = S("Catch a fish... without a fishing rod!"),
|
||||
icon = "pufferfish_bucket.png",
|
||||
})
|
||||
|
||||
-- Triggered in mcl_fishing
|
||||
awards.register_achievement("mcl:fishyBusiness", {
|
||||
title = S("Fishy Business"),
|
||||
|
Loading…
Reference in New Issue
Block a user