mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
fixes bottler trying to produce a reagent that does not exist (#25374)
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
//bad recipe, ruins the drink
|
||||
var/contents = pick("thick goop", "pungent sludge", "unspeakable slurry", "gross-looking concoction", "eldritch abomination of liquids")
|
||||
visible_message("<span class='warning'>The [con_type] fills with \an [contents]...</span>")
|
||||
drink_container.reagents.add_reagent(pick("????", "toxic_slurry", "meatslurry", "glowing_slury", "fishwater"), pick(30, 50))
|
||||
drink_container.reagents.add_reagent(pick("????", "toxic_slurry", "meatslurry", "glowing_slurry", "fishwater"), pick(30, 50))
|
||||
drink_container.name = "Liquid Mistakes"
|
||||
drink_container.desc = "WARNING: CONTENTS MAY BE AWFUL, DRINK AT OWN RISK."
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user