Infected wounds show up more readily on the health scanner

This commit is contained in:
mwerezak
2014-07-13 07:42:32 -04:00
committed by ZomgPonies
parent 0682d336ec
commit 54075aaceb
+1 -1
View File
@@ -772,7 +772,7 @@ Note that amputating the affected organ does in fact remove the infection from t
/datum/organ/external/proc/has_infected_wound()
for(var/datum/wound/W in wounds)
if(W.germ_level > 150)
if(W.germ_level > INFECTION_LEVEL_ONE)
return 1
return 0