Adds the outlandish tales magazine to the loadout (#14475)

This commit is contained in:
Alberyk
2022-08-06 16:47:48 +02:00
committed by GitHub
parent 7a8730cd67
commit c303059f6f
6 changed files with 21 additions and 2 deletions
@@ -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