this should be everything now

This commit is contained in:
BlueWildrose
2021-10-25 19:11:53 -07:00
committed by GitHub
parent e032107408
commit 36ca2f105b
@@ -335,7 +335,7 @@
M.reagents.remove_reagent(type, 5)
B = nB
//If they have, increase size.
if(B.size < BUTT_SIZE_MAX) //just in case
if(B.size_cached < BUTT_SIZE_MAX) //just in case
B.modify_size(0.05)
..()