mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Adds the outlandish tales magazine to the loadout (#14475)
This commit is contained in:
@@ -302,9 +302,10 @@
|
||||
name = "comic book"
|
||||
desc = "A magazine presenting a fictional story through a sequence of images. Perfect for those long, boring shifts."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
icon = 'icons/obj/toy.dmi'
|
||||
icon_state = "comic"
|
||||
item_state = "comic"
|
||||
drop_sound = 'sound/items/drop/paper.ogg'
|
||||
pickup_sound = 'sound/items/pickup/paper.ogg'
|
||||
|
||||
/obj/item/toy/comic/inspector
|
||||
name = "inspector 404 manga"
|
||||
@@ -321,6 +322,17 @@
|
||||
icon_state = "comicstormman"
|
||||
item_state = "comicstormman"
|
||||
|
||||
/obj/item/toy/comic/outlandish_tales
|
||||
name = "outlandish tales magazine"
|
||||
desc = "A magazine specialized in publishing Tajaran Otherworldly Literature stories. The periodical magazine features texts submitted by amateur and established writers alike. \
|
||||
Since it is printed using cheap, recycled paper, outlandish tales is sold for a couple of credits on the streets of Little Adhomai. The magazine also has a section dedicated to \
|
||||
exploring the urban legends and mysteries of Mendell City."
|
||||
desc_fluff = "Influenced by recent events and the growing interest in urban legends, Little Adhomai became the birthplace of Tajaran Otherworldly Literature. This literary genre combines \
|
||||
aspects of fantasy, horror, and speculative fiction alongside Adhomian paranormal elements, frequently reimagining mythological creatures and events. Tajaran Otherworldly texts are usually \
|
||||
published in magazines or on extranet sites."
|
||||
icon_state = "comicoutlandish"
|
||||
item_state = "comicoutlandish"
|
||||
|
||||
//
|
||||
// Toy Crossbows
|
||||
//
|
||||
|
||||
@@ -280,7 +280,7 @@
|
||||
|
||||
/datum/gear/comic
|
||||
display_name = "comic selection"
|
||||
description = "A selection of comics and manga from across the Spur."
|
||||
description = "A selection of comics, manga, and magazines from across the Spur."
|
||||
path = /obj/item/toy/comic
|
||||
|
||||
/datum/gear/comic/New()
|
||||
@@ -289,6 +289,7 @@
|
||||
comics["comic book"] = /obj/item/toy/comic
|
||||
comics["inspector 404 manga"] = /obj/item/toy/comic/inspector
|
||||
comics["stormman manga"] = /obj/item/toy/comic/stormman
|
||||
comics["outlandish tales magazine"] = /obj/item/toy/comic/outlandish_tales
|
||||
gear_tweaks += new /datum/gear_tweak/path(comics)
|
||||
|
||||
/datum/gear/toothpaste
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Alberyk, Ramke
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added the outlandish tales magazine to the loadout."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 59 KiB |
Reference in New Issue
Block a user