[MIRROR] makes tray yield mod actually work (#12612)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-29 23:22:34 +02:00
committed by GitHub
co-authored by Cameron Lennox
parent afe19929b1
commit 3505c83ce5
+1 -1
View File
@@ -813,7 +813,7 @@
yield_mod = 0
total_yield = get_trait(TRAIT_YIELD)
else
total_yield = get_trait(TRAIT_YIELD) + rand(yield_mod)
total_yield = get_trait(TRAIT_YIELD) + rand(0, yield_mod)
total_yield = max(1,total_yield)
for(var/i = 0;i<total_yield;i++)