diff --git a/code/modules/overmap/events/event.dm b/code/modules/overmap/events/event.dm index ee62d86cf39..bcc14a2b770 100644 --- a/code/modules/overmap/events/event.dm +++ b/code/modules/overmap/events/event.dm @@ -343,7 +343,7 @@ name = "psiren shoal" events = list(/datum/event/wandering_psirens/overmap) difficulty = EVENT_LEVEL_MODERATE - event_icon_states = list("carp") + event_icon_states = list("psiren") movable_event_chance = 30 tooltip_text = "Xenofauna: usually hostile." diff --git a/html/changelogs/fyni-overmap.yml b/html/changelogs/fyni-overmap.yml new file mode 100644 index 00000000000..c0fc53d3cef --- /dev/null +++ b/html/changelogs/fyni-overmap.yml @@ -0,0 +1,5 @@ +author: fyni +delete-after: True +changes: + - rscadd: "Adds the [!] to the gravity anomoly overmap icon." + - rscadd: "Adds a new psiren overmap icon, so they no longer share an icon with carp." \ No newline at end of file diff --git a/icons/obj/overmap/overmap_effects.dmi b/icons/obj/overmap/overmap_effects.dmi index 85fb7b84804..3431ea691cc 100644 Binary files a/icons/obj/overmap/overmap_effects.dmi and b/icons/obj/overmap/overmap_effects.dmi differ