mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Aphy plushie (#11968)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: listerla
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added an IPC plushie to loadout, under the name Aphy."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 56 KiB |
Reference in New Issue
Block a user