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


Messages In This Thread
[Feature] Discount Dan's Bath Bombs - by UrsulaMejor - 09-16-2019, 10:13 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)