mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 05:07:51 +01:00
[MIRROR] makes tray yield mod actually work (#12612)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
afe19929b1
commit
3505c83ce5
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user