Fixes some rogue reagents

This commit is contained in:
Archie
2021-04-21 18:56:13 -03:00
parent 3799fa9015
commit a297c1be4e
5 changed files with 8 additions and 8 deletions
@@ -105,7 +105,7 @@
o.add_movespeed_modifier(BREAST_MOVEMENT_SPEED, TRUE, 100, NONE, override = TRUE, multiplicative_slowdown = moveCalc)
sizeMoveMod(moveCalc)
*/
if((B.cached_size) < 40)
if((B?.cached_size) < 40)
..()
/*