Update belly_obj_vr.dm

This commit is contained in:
Verkister
2021-09-19 10:44:56 +03:00
committed by GitHub
parent dd01bddd8f
commit 41863122ec
+1 -1
View File
@@ -873,7 +873,7 @@
dest_belly = B
break
if(dest_belly)
if(autotransfer_min_amount > 0) //CHOMPEdit start
if(autotransfer_min_amount > 1) //CHOMPEdit start
autotransfer_queue += prey
else
transfer_contents(prey, dest_belly)