consumables

This commit is contained in:
Fox-McCloud
2016-11-08 10:26:29 -05:00
parent b1b78ec3ee
commit 14e2eb8eb0
15 changed files with 708 additions and 752 deletions
+1 -1
View File
@@ -787,7 +787,7 @@
/mob/living/carbon/human/proc/has_booze() //checks if the human has ethanol or its subtypes inside
for(var/A in reagents.reagent_list)
var/datum/reagent/R = A
if(istype(R, /datum/reagent/ethanol))
if(istype(R, /datum/reagent/consumable/ethanol))
return 1
return 0