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:
Fyni
2026-02-14 08:51:52 +00:00
committed by GitHub
co-authored by Cody Brittain
parent 3ff03b6dae
commit 7d9c8ea312
6 changed files with 17 additions and 1 deletions
+10
View File
@@ -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"
+3 -1
View File
@@ -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
+4
View File
@@ -0,0 +1,4 @@
author: fyni
delete-after: True
changes:
- rscadd: "Adds a red and pink heart balloon for valentines! Also adds them to the random balloon pool. <3 <3"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 78 KiB