Compile fix

This commit is contained in:
cib
2012-02-19 15:18:02 +01:00
committed by Albert Iordache
parent 7fd3c5a4c4
commit b693675260
+1 -1
View File
@@ -300,7 +300,7 @@ proc/analyze_health_less_info(mob/living/carbon/M as mob, mob/user as mob)
user.show_message(text("\red Severe brain damage detected. Subject likely to have mental retardation."), 1)
else if (M.getBrainLoss() >= 10)
user.show_message(text("\red Significant brain damage detected. Subject may have had a concussion."), 1)
if (M.virus2 || M.reagents.len > 0)
if (M.virus2 || M.reagents.reagent_list.len > 0)
user.show_message(text("\red Unknown substance detected in blood."), 1)
return