diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index 754d55ebea2..5c0dfb7704f 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -1097,6 +1097,12 @@ drop_sound = 'sound/items/drop/cardboardbox.ogg' pickup_sound = 'sound/items/pickup/cardboardbox.ogg' +/obj/item/toy/aurora + name = "aurora miniature" + desc = "A miniature of a space station, built into an asteroid. A tiny suspension field keeps it afloat. A small plaque on the front reads: NSS Aurora, Tau Ceti, Romanovich Cloud, 2464. Onward to new horizons." + desc_info = "This miniature was given out on the 9th of April 2464 to all former crew members of the Aurora as a memento, before setting off to their new mission on the SCCV Horizon." + icon_state = "aurora" + /obj/item/toy/ringbell name = "ringside bell" desc = "A bell used to signal the beginning and end of various ring sports." diff --git a/code/modules/client/preference_setup/loadout/loadout_general.dm b/code/modules/client/preference_setup/loadout/loadout_general.dm index b1973e786b7..c764e3ebfc3 100644 --- a/code/modules/client/preference_setup/loadout/loadout_general.dm +++ b/code/modules/client/preference_setup/loadout/loadout_general.dm @@ -325,4 +325,9 @@ /datum/gear/gadbook display_name = "gadpathurian morale manual" - path = /obj/item/device/litanybook/gadpathur \ No newline at end of file + path = /obj/item/device/litanybook/gadpathur + +/datum/gear/aurora_miniature + display_name = "aurora miniature" + description = "A commemorative miniature of the NSS Aurora." + path = /obj/item/toy/aurora diff --git a/html/changelogs/ramke-auroratoy.yml b/html/changelogs/ramke-auroratoy.yml new file mode 100644 index 00000000000..10ea9c2b27b --- /dev/null +++ b/html/changelogs/ramke-auroratoy.yml @@ -0,0 +1,6 @@ +author: Ramke + +delete-after: True + +changes: + - rscadd: "Added the Aurora miniature that was handed out on the 9th of April 2464 into general loadout." \ No newline at end of file diff --git a/icons/obj/toy.dmi b/icons/obj/toy.dmi index 64b4383122a..41f0afb16a9 100644 Binary files a/icons/obj/toy.dmi and b/icons/obj/toy.dmi differ