mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Fixes empty gaseous decomposition plant procs runtiming (#25860)
* Math go brrrr * Better
This commit is contained in:
@@ -141,6 +141,9 @@
|
||||
if(iscarbon(A))
|
||||
mobs_to_smoke += A
|
||||
|
||||
if(!length(mobs_to_smoke))
|
||||
return
|
||||
|
||||
var/percentage_to_add = chemholder.reagents.total_volume / length(mobs_to_smoke)
|
||||
|
||||
for(var/mob/living/carbon/smoker as anything in mobs_to_smoke)
|
||||
|
||||
Reference in New Issue
Block a user