Aphy plushie (#11968)

This commit is contained in:
listerla
2021-05-30 19:34:42 +02:00
committed by GitHub
parent 47f19808e9
commit 76cefe45d2
4 changed files with 14 additions and 0 deletions
+7
View File
@@ -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
@@ -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
+6
View File
@@ -0,0 +1,6 @@
author: listerla
delete-after: True
changes:
- rscadd: "Added an IPC plushie to loadout, under the name Aphy."
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 56 KiB