diff --git a/code/game/objects/map_metadata/pepelsibirsk.dm b/code/game/objects/map_metadata/pepelsibirsk.dm index 6fcbd64352..f73d8dc9c7 100644 --- a/code/game/objects/map_metadata/pepelsibirsk.dm +++ b/code/game/objects/map_metadata/pepelsibirsk.dm @@ -13,8 +13,8 @@ var/global/datum/pepelsibirsk_relations/pepel_factions = new() /obj/map_metadata/pepelsibirsk ID = MAP_PEPELSIBIRSK title = "Pepelsibirsk" - lobby_icon = "icons/lobby/civ13.gif" - no_winner ="The round is proceeding normally." + lobby_icon = "icons/lobby/pepelsibirsk.png" + no_winner = "The round is proceeding normally." caribbean_blocking_area_types = list(/area/caribbean/no_mans_land/invisible_wall/taiga) respawn_delay = 1200 // 2 minutes has_hunger = TRUE diff --git a/icons/lobby/pepelsibirsk.png b/icons/lobby/pepelsibirsk.png new file mode 100644 index 0000000000..5a4fc84d16 Binary files /dev/null and b/icons/lobby/pepelsibirsk.png differ