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

View File

@@ -7,7 +7,7 @@ mob/var/next_pain_time = 0
// partname is the name of a body part
// amount is a num from 1 to 100
mob/proc/pain(var/partname, var/amount, var/force, var/burning = 0)
mob/living/carbon/proc/pain(var/partname, var/amount, var/force, var/burning = 0)
if(stat >= 2) return
if(reagents.has_reagent("tramadol"))
return