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))