Add achievement icons to 2 achievements

master
Wuzzy 2022-06-22 23:51:52 +02:00
parent 13e0a2b42d
commit b9cefecdb6
4 changed files with 3 additions and 1 deletions

View File

@ -118,6 +118,7 @@ if mg_name ~= "v6" then
subconditions = biomes,
subconditions_readable = biomes_readable,
times = 0,
item_icon = "rp_armor:boots_steel",
})
local timer = 0

View File

@ -536,7 +536,7 @@ player_effects.register_effect(
physics = {
speed = EATING_SPEED,
},
icon = "hunger_effect_eating.png",
icon = "rp_hunger_effect_eating.png",
})
if mod_achievements then
@ -557,6 +557,7 @@ if mod_achievements then
subconditions = all_foods,
subconditions_readable = all_foods_readable,
times = 0,
icon = "rp_hunger_achievement_eat_everything.png",
})
end)

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 172 B