Merge pull request #36475 from Cruix/disease_fix

Fixed diseases getting negative points
This commit is contained in:
vuonojenmustaturska
2018-03-17 15:24:38 +02:00
committed by CitadelStationBot
parent 13709a7d34
commit f0cb5fd3d8
@@ -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]