diff --git a/code/game/objects/items/weapons/storage/backpack.dm b/code/game/objects/items/weapons/storage/backpack.dm index ba784805422..d86917acdeb 100644 --- a/code/game/objects/items/weapons/storage/backpack.dm +++ b/code/game/objects/items/weapons/storage/backpack.dm @@ -301,8 +301,8 @@ /obj/item/storage/backpack/duffel/tox name = "scientist's duffel bag" desc = "Handy when it comes to storing volatile materials of the anomalous persuasion." - icon_state = "duffel-toxins" - item_state = "duffel-toxins" + icon_state = "duffel-tox" + item_state = "duffel-tox" /obj/item/storage/backpack/duffel/sec name = "security duffel bag" diff --git a/html/changelogs/mattatlas-ffs.yml b/html/changelogs/mattatlas-ffs.yml new file mode 100644 index 00000000000..67293184a86 --- /dev/null +++ b/html/changelogs/mattatlas-ffs.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: MattAtlas + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Fixes duffel bag icons. Again." diff --git a/icons/obj/storage/duffelbag.dmi b/icons/obj/storage/duffelbag.dmi index f00c356eeb4..e10d4ef571f 100644 Binary files a/icons/obj/storage/duffelbag.dmi and b/icons/obj/storage/duffelbag.dmi differ diff --git a/maps/away/generic/civilian_station_ghostroles.dm b/maps/away/generic/civilian_station_ghostroles.dm index 0b8c0b5e065..323df86ecc0 100644 --- a/maps/away/generic/civilian_station_ghostroles.dm +++ b/maps/away/generic/civilian_station_ghostroles.dm @@ -21,7 +21,7 @@ uniform = /obj/item/clothing/under/sl_suit shoes = /obj/item/clothing/shoes/laceup - back = /obj/item/storage/backpack/satchel_norm + back = /obj/item/storage/backpack/satchel/norm id = /obj/item/card/id/civilian_station diff --git a/maps/away/ships/wildcard_ship_ghostroles.dm b/maps/away/ships/wildcard_ship_ghostroles.dm index f7a60f2b334..5204ff26b16 100644 --- a/maps/away/ships/wildcard_ship_ghostroles.dm +++ b/maps/away/ships/wildcard_ship_ghostroles.dm @@ -103,7 +103,7 @@ uniform = /obj/item/clothing/under/tactical shoes = /obj/item/clothing/shoes/workboots/dark - back = /obj/item/storage/backpack/satchel_norm + back = /obj/item/storage/backpack/satchel/norm id = /obj/item/card/id/militia_ship