Merge pull request #20547 from XDTM/VirusIcon

Viruses with only positive symptoms have a special HUD icon, full heals don't remove positive viruses.
This commit is contained in:
Cheridan
2016-09-19 10:20:49 -05:00
committed by GitHub
3 changed files with 15 additions and 5 deletions
+2 -1
View File
@@ -672,7 +672,8 @@
if(B)
B.damaged_brain = 0
for(var/datum/disease/D in viruses)
D.cure(0)
if (D.severity != NONTHREAT)
D.cure(0)
if(admin_revive)
regenerate_limbs()
handcuffed = initial(handcuffed)