Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Feature] Discount Dan's Bath Bombs
#1
EDIT: THANK YOU SLACKER MAGICIAN FOR THE SPRITE

Adds Discount Dan's Bath Bombs to Public Minimeds.

They contain several wonderful medicinal* bath mixes that have a clinically proven effectiveness**.

In order to preserve some of the fun, I have not pushed this PR public. Please PM or DM me here on the forums or on Discord (Account Name UrsulaMajor) for the code if you are interested in maybe porting this :^]

In addition, I've written this bit of code that allows you to draw a bath full of nice refreshing water for you to put your bath bombs into:

Code:
/obj/machinery/bathtub/verb/draw_bath(mob/user as mob)
        set name = "Draw A Bath" // idea: emagging bathtub makes the bath spit out a photo of itself when you draw a bath?
        set src in view(1)
        if (get_dist(user, src) <= 1)
            src.reagents.add_reagent(default_reagent,120)
            user.visible_message("<span style=\"color:red\">[user] draws a bath.</span>",\
            "<span style=\"color:green\">You draw a nice bath!</span>")

Sneak flavor preview for the rest of ya'll!

[Image: Screenshot_20190915-113630_Discord.jpg?w...height=676]
Reply
#2
there better be bath salts in these because this is fantastic
Reply
#3
Emag the tub twice, and it should take a picture of \you\ in the tub.
Reply
#4
good ideas good patch
Reply
#5
SPRITE IS BY SLACKER MAGICIAN EVERYONE THANK THEM FOR GOOD BATH ORB
Reply
#6
Needs a Styptic Bomb for obvious reasons, thx.

Good patch.
Reply
#7
(09-23-2019, 10:23 PM)Technature Wrote: Needs a Styptic Bomb for obvious reasons, thx.

Quote:Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill looks so relaxed in the bathtub!
Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill screams as the styptic powder closes his wounds!
Shitty Bill screams as the styptic powder closes his wounds!
Reply
#8
Code:
/obj/machinery/bathtub/verb/draw_bath()
    set name = "Draw A Bath" // idea: emagging bathtub makes the bath spit out a photo of itself when you draw a bath?
    set src in oview(1)
    set category = "Local"
    if (get_dist(usr, src) <= 1 && !usr.stat)
        src.reagents.add_reagent(default_reagent,120)
        usr.visible_message("<span style=\"color:red\">[usr] draws a bath.</span>",\
        "<span style=\"color:green\">You draw a nice bath!</span>")
No more spooky bugs
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)