Fix toiletbong (#95679)

## About The Pull Request

Item's reagents

## Why It's Good For The Game

fixes #95669
This commit is contained in:
Leland Kemble
2026-04-13 12:42:49 -05:00
committed by GitHub
parent e919b3a701
commit 61d791f27f
+1 -2
View File
@@ -58,8 +58,7 @@
playsound(src, 'sound/items/modsuit/flamethrower.ogg', 50)
var/smoke_amount = DIAMOND_AREA(smokeradius)
do_chem_smoke(amount = smoke_amount, holder = src, location = loc, carry = reagents, carry_limit = 20, smoke_type = /datum/effect_system/fluid_spread/smoke/chem/smoke_machine)
reagents.remove_all(smoke_amount / 20)
do_chem_smoke(amount = smoke_amount, holder = src, location = loc, carry = item.reagents, carry_limit = 20, smoke_type = /datum/effect_system/fluid_spread/smoke/chem/smoke_machine)
if (prob(5) && !(obj_flags & EMAGGED))
if(user.get_liked_foodtypes() & GORE)
user.balloon_alert(user, "a hidden treat!")