diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index 2560c02199c..265f1fb4e86 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -1005,6 +1005,13 @@ icon_state = "xanaplushie" phrase = "warble!" +/obj/item/toy/plushie/ipc + name = "Aphy plushie" + desc = "A plushie of an old Hephaestus mascot, Aphy." + desc_fluff = "Aphy, a play on the name Aphrodite, was Hephaestus Industries' first baseline prototype. While the original Aphy is on display in Hephaestus' Mars headquarters, the unit has become a cutesy mascot in recent years." + icon_state = "ipcplushie" + phrase = "Bwoop!" + //Squid Plushies /obj/item/toy/plushie/squid diff --git a/code/modules/client/preference_setup/loadout/loadout_general.dm b/code/modules/client/preference_setup/loadout/loadout_general.dm index 326caae02ba..e3412551565 100644 --- a/code/modules/client/preference_setup/loadout/loadout_general.dm +++ b/code/modules/client/preference_setup/loadout/loadout_general.dm @@ -221,6 +221,7 @@ plushies["plushie, Axic"] = /obj/item/toy/plushie/axic plushies["plushie, Qill"] = /obj/item/toy/plushie/qill plushies["plushie, Xana"] = /obj/item/toy/plushie/xana + plushies["plushie, Aphy"] = /obj/item/toy/plushie/ipc gear_tweaks += new/datum/gear_tweak/path(plushies) /datum/gear/toothpaste diff --git a/html/changelogs/aphy.yml b/html/changelogs/aphy.yml new file mode 100644 index 00000000000..10f88383e3f --- /dev/null +++ b/html/changelogs/aphy.yml @@ -0,0 +1,6 @@ +author: listerla + +delete-after: True + +changes: + - rscadd: "Added an IPC plushie to loadout, under the name Aphy." \ No newline at end of file diff --git a/icons/obj/toy.dmi b/icons/obj/toy.dmi index 2b236a18a0b..298bcb7c435 100644 Binary files a/icons/obj/toy.dmi and b/icons/obj/toy.dmi differ