mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
The Great Sticker Update (#19867)
Added 79 new stickers. 60 by LforLouise, 1 by Noble Row, 2 by Ben10083, 10 by Hazelmouse, 1 by Mr.Popper, 4 by FabianK3, and 1 by Kermit. Added sticker sheets, a storage that can only store stickers. Sprite by Noble Row Added the new sticker sheets to the loadout menu Replaced gold star and googly eye boxes with sticker sheets.
This commit is contained in:
@@ -120,3 +120,27 @@
|
||||
description = "A small, squishy stress ball. This one has a squeaker inside."
|
||||
path = /obj/item/toy/stressball
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
/datum/gear/toy/stickersheet
|
||||
display_name = "sticker sheet selection"
|
||||
description = "A selection of various sticker sheets."
|
||||
cost = 1
|
||||
path = /obj/item/storage/stickersheet
|
||||
|
||||
/datum/gear/toy/stickersheet/New()
|
||||
..()
|
||||
var/list/stickersheet = list()
|
||||
stickersheet["Generic sticker sheet"] = /obj/item/storage/stickersheet/generic
|
||||
stickersheet["Religious sticker sheet"] = /obj/item/storage/stickersheet/religion
|
||||
stickersheet["Domadice sticker sheet"] = /obj/item/storage/stickersheet/domadice
|
||||
stickersheet["Republic of Biesel sticker sheet"] = /obj/item/storage/stickersheet/biesel
|
||||
stickersheet["Republic of Elyra sticker sheet"] = /obj/item/storage/stickersheet/elyra
|
||||
stickersheet["Solarian Alliance sticker sheet"] = /obj/item/storage/stickersheet/sol
|
||||
stickersheet["Coalition of Colonies sticker sheet"] = /obj/item/storage/stickersheet/coc
|
||||
stickersheet["Empire of Dominia sticker sheet"] = /obj/item/storage/stickersheet/dominia
|
||||
stickersheet["Nralakk Federation sticker sheet"] = /obj/item/storage/stickersheet/nralakk
|
||||
stickersheet["Tajaran Governments sticker sheet"] = /obj/item/storage/stickersheet/adhomai
|
||||
stickersheet["Hieroaetheria sticker sheet"] = /obj/item/storage/stickersheet/hieroaetheria
|
||||
stickersheet["Uueoa-Esa sticker sheet"] = /obj/item/storage/stickersheet/hegemony
|
||||
stickersheet["Anti-Establishment sticker sheet"] = /obj/item/storage/stickersheet/resistance
|
||||
gear_tweaks += new /datum/gear_tweak/path(stickersheet)
|
||||
|
||||
Reference in New Issue
Block a user