Merge pull request #5982 from Citadel-Station-13/upstream-merge-36475

[MIRROR] Fixed diseases getting negative points
This commit is contained in:
deathride58
2018-03-17 23:53:32 +00:00
committed by GitHub
@@ -225,7 +225,6 @@ the new instance inside the host to be updated to the template's stats.
disease_instances -= V
hosts -= V.affected_mob
else
points -= 1
to_chat(src, "<span class='notice'>One of your hosts, <b>[V.affected_mob.real_name]</b>, has been purged of your infection.</span>")
var/datum/atom_hud/my_hud = GLOB.huds[DATA_HUD_SENTIENT_DISEASE]