ya shittin me right now?

This commit is contained in:
deathride58
2017-09-06 16:55:31 -04:00
parent 49152d4bdb
commit 44729f3944
+1 -1
View File
@@ -310,7 +310,7 @@
var/pillcount = target_amount
if(owner.current)
if(owner.current.contents)
for(var/item/reagent_containers/pill/P in owner.current.get_contents())
for(var/obj/item/reagent_containers/pill/P in owner.current.get_contents())
if(P.reagents.has_reagent(targetchem))
pillcount--
if(pillcount <= 0)