mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Fyni Hearts You (Valentine's Decorations) (#21860)
Adds a pink and a red heart balloon, for valentine's decorations! Also added them to the random balloon pool so they may show up at random now and again. --------- Signed-off-by: Fyni <itsfyni@gmail.com> Co-authored-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -248,6 +248,16 @@
|
||||
desc_extended = "There's a tag that reads: \"Apparition Halloween LLC.\""
|
||||
icon_state = "ghostballoon"
|
||||
|
||||
/obj/item/toy/balloon/heart/red
|
||||
name = "red heart balloon"
|
||||
desc = "A big red balloon in a traditional heart shape. Represents love, not medical work!"
|
||||
icon_state = "heartballoonred"
|
||||
|
||||
/obj/item/toy/balloon/heart/pink
|
||||
name = "pink heart balloon"
|
||||
desc = "A big pink balloon in a traditional heart shape. Represents love, not medical work!"
|
||||
icon_state = "heartballoonpink"
|
||||
|
||||
/obj/item/toy/balloon/color /// To color it, VV the 'color' var with a hex color code with the # included.
|
||||
desc = "It's a plain little balloon. Comes in many colors!"
|
||||
icon_state = "colorballoon"
|
||||
|
||||
@@ -140,7 +140,9 @@
|
||||
/obj/item/toy/balloon/bat = 1,
|
||||
/obj/item/toy/balloon/ghost = 1,
|
||||
/obj/item/toy/balloon/xmastree = 1,
|
||||
/obj/item/toy/balloon/candycane = 1
|
||||
/obj/item/toy/balloon/candycane = 1,
|
||||
/obj/item/toy/balloon/heart/red = 2,
|
||||
/obj/item/toy/balloon/heart/pink = 2
|
||||
)
|
||||
|
||||
/obj/random/desktoy
|
||||
|
||||
Reference in New Issue
Block a user