Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Feature] Discount Dan's Bath Bombs
#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


Messages In This Thread
RE: [Feature] Discount Dan's Bath Bombs - by UrsulaMejor - 09-28-2019, 09:45 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)