ya shittin me right now?
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user