mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Infected wounds show up more readily on the health scanner
This commit is contained in:
@@ -735,7 +735,7 @@ Note that amputating the affected organ does in fact remove the infection from t
|
|||||||
|
|
||||||
/datum/organ/external/proc/has_infected_wound()
|
/datum/organ/external/proc/has_infected_wound()
|
||||||
for(var/datum/wound/W in wounds)
|
for(var/datum/wound/W in wounds)
|
||||||
if(W.germ_level > 150)
|
if(W.germ_level > INFECTION_LEVEL_ONE)
|
||||||
return 1
|
return 1
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user