Slight change to awards

master
DanDuncombe 2013-11-16 13:22:22 +00:00 committed by Vanessa Ezekowitz
parent 92dbc34018
commit 03d9d7ff31
1 changed files with 4 additions and 4 deletions

View File

@ -105,8 +105,8 @@ awards.register_achievement("award_lumberjack_spruce",{
-- Placed a stone anvil
awards.register_achievement("award_anvil_stone",{
title = "Place a Stone Anvil",
description = "Smithery!",
title = "Smithery",
description = "Place a Stone Anvil",
icon = "anvil.png",
background = "bg_default.png",
trigger={
@ -116,8 +116,8 @@ awards.register_achievement("award_anvil_stone",{
},
})
awards.register_achievement("award_anvil_dstone",{
title = "Place a Desert Stone Anvil",
description = "Smithery!",
title = "Smithery",
description = "Place a Desert Stone Anvil",
icon = "anvil.png",
background = "bg_default.png",
trigger={