Adds the Aurora miniature into loadout (#13475)

* adds miniature sprite & loadout entry

* changelog
This commit is contained in:
Ramke
2022-04-15 21:13:43 -03:00
committed by GitHub
parent 9cc112fb8b
commit f609bee0bf
4 changed files with 18 additions and 1 deletions
+6
View File
@@ -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."
@@ -325,4 +325,9 @@
/datum/gear/gadbook
display_name = "gadpathurian morale manual"
path = /obj/item/device/litanybook/gadpathur
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
+6
View File
@@ -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."
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB