Merge pull request #3284 from Citadel-Station-13/upstream-merge-31495

[MIRROR] Diseases will now cure if species is changed
This commit is contained in:
LetterJay
2017-10-10 22:29:58 -04:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
@@ -265,6 +265,11 @@
C.dropItemToGround(I)
else //Entries in the list should only ever be items or null, so if it's not an item, we can assume it's an empty hand
C.put_in_hands(new mutanthands())
if(VIRUSIMMUNE in species_traits)
for(var/datum/disease/A in C.viruses)
A.cure(FALSE)
if(NOAROUSAL in species_traits)
C.canbearoused = FALSE