mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Adds the Aurora miniature into loadout (#13475)
* adds miniature sprite & loadout entry * changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Reference in New Issue
Block a user