Fix Grape Granade allowing player to launch infinite items (#18492)

* Fix Grape Granade allowing player to throw infinite items

* Lower volume to 30
This commit is contained in:
FloFluoro
2022-07-23 10:26:29 -04:00
committed by GitHub
parent 8c625c3bcc
commit 081221ac28
@@ -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, "<span class='notice'>You feel ready to burst! Oh wait, just a burp...</span>")
else if(prob(25))