diff --git a/code/datums/underwear/top.dm b/code/datums/underwear/top.dm index b8afac4ad33..9e3ef690559 100644 --- a/code/datums/underwear/top.dm +++ b/code/datums/underwear/top.dm @@ -119,7 +119,7 @@ icon_state = "fishnet_simple" has_color = TRUE -/datum/category_item/underwear/top/fishnet_simple +/datum/category_item/underwear/top/ao_yem name = "Ao Yem" icon_state = "ao_yem" has_color = TRUE diff --git a/html/changelogs/SleepyGemmy-ao_yem_fix.yml b/html/changelogs/SleepyGemmy-ao_yem_fix.yml new file mode 100644 index 00000000000..3f31605be0c --- /dev/null +++ b/html/changelogs/SleepyGemmy-ao_yem_fix.yml @@ -0,0 +1,6 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - bugfix: "Fixed the ao yem having a conflicting path."