mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Custom Stickersheets (#20076)
Adds custom stickersheets (you pick 4 stickers in loadout, each selection adds 3 stickers) 'None' and "Random' are now at the top of TGUI lists for content gear tweaks for QoL  --------- Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -352,7 +352,7 @@
|
||||
icon_state = "scarabpole"
|
||||
|
||||
/obj/item/sticker/flagpole/coalition/xanu
|
||||
name = "all xanu repiblic flag sticker"
|
||||
name = "all xanu republic flag sticker"
|
||||
desc = "The flag of the All Xanu-Republic on a flagpole."
|
||||
icon_state = "xanupole"
|
||||
|
||||
|
||||
@@ -28,6 +28,12 @@
|
||||
/obj/item/sticker/generic/googly_eye = 12
|
||||
)
|
||||
|
||||
/obj/item/storage/stickersheet/domadice
|
||||
name = "domadice sticker sheet"
|
||||
starts_with = list(
|
||||
/obj/item/sticker/generic/domadice = 12
|
||||
)
|
||||
|
||||
/obj/item/storage/stickersheet/generic
|
||||
name = "generic sticker sheet"
|
||||
starts_with = list(
|
||||
@@ -52,12 +58,6 @@
|
||||
/obj/item/sticker/religious/trinary = 2
|
||||
)
|
||||
|
||||
/obj/item/storage/stickersheet/domadice
|
||||
name = "domadice sticker sheet"
|
||||
starts_with = list(
|
||||
/obj/item/sticker/generic/domadice = 12
|
||||
)
|
||||
|
||||
/obj/item/storage/stickersheet/biesel
|
||||
name = "republic of biesel sticker sheet"
|
||||
starts_with = list(
|
||||
|
||||
Reference in New Issue
Block a user