Fixes a fluff item

This commit is contained in:
Cameron653
2018-03-04 17:25:49 -05:00
committed by GitHub
parent 6ce25e9166
commit a3d380d09d
@@ -1103,7 +1103,7 @@
rimplant = I
break
if (rimplant)
if(rimplant.reagents.total_volume <= rimplant.transfer_amount)
if(rimplant.reagents.total_volume < rimplant.transfer_amount)
to_chat(src, "<span class='notice'>[pick(rimplant.empty_message)]</span>")
return