mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user