From 081221ac2863fa88b5824cdcc3fe5ef4eb7b1a25 Mon Sep 17 00:00:00 2001 From: FloFluoro <3611705+FloFluoro@users.noreply.github.com> Date: Sat, 23 Jul 2022 10:26:29 -0400 Subject: [PATCH] Fix Grape Granade allowing player to launch infinite items (#18492) * Fix Grape Granade allowing player to throw infinite items * Lower volume to 30 --- code/modules/reagents/chemistry/reagents/paradise_pop.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/paradise_pop.dm b/code/modules/reagents/chemistry/reagents/paradise_pop.dm index 39792ec0083..044839ba060 100644 --- a/code/modules/reagents/chemistry/reagents/paradise_pop.dm +++ b/code/modules/reagents/chemistry/reagents/paradise_pop.dm @@ -120,7 +120,7 @@ /datum/reagent/consumable/drink/grape_granade/on_mob_life(mob/living/M) if(prob(1)) var/turf/simulated/T = get_turf(M) - goonchem_vortex(T, FALSE, 0, TRUE) // Ignore the 0 volume + goonchem_vortex(T, FALSE, 30) //Capped at 30 to prevent sorium abuse M.emote("burp") to_chat(M, "You feel ready to burst! Oh wait, just a burp...") else if(prob(25))