Compile fixes for organ/reagent code.

This commit is contained in:
Zuhayr
2013-08-04 11:25:40 -07:00
parent ed52e5010b
commit 98798ea5fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2808,7 +2808,7 @@ datum
M:paralysis = max(M:paralysis, 20)
M:drowsyness = max(M:drowsyness, 30)
if(ishuman(M))
var/mob/living/cabon.huan/H = M
var/mob/living/carbon/human/H = M
var/datum/organ/internal/liver/L = H.internal_organs["liver"]
if (istype(L))
L.take_damage(0.1, 1)