mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user