mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
medicine.dm
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
return 0
|
||||
|
||||
var/obj/item/reagent_containers/container = tool
|
||||
if(!container.reagents.has_reagent("peridaxon"))
|
||||
if(!container.reagents.has_reagent(REAGENT_ID_PERIDAXON))
|
||||
return 0
|
||||
|
||||
if(!hasorgans(target))
|
||||
|
||||
Reference in New Issue
Block a user