Ensures Some Diseases Cannot Be Cheesed

This commit is contained in:
Fox McCloud
2019-02-02 17:50:05 -05:00
parent 20dcd5c728
commit 01d20eb7af
6 changed files with 9 additions and 1 deletions
@@ -116,8 +116,9 @@
cure_text = "Unknown"
viable_mobtypes = list(/mob/living/carbon/human)
severity = BIOHAZARD
disease_flags = CURABLE
disease_flags = CAN_CARRY
spread_flags = NON_CONTAGIOUS
virus_heal_resistant = TRUE
var/obj/item/storage/toolbox/green/memetic/progenitor = null
/datum/disease/memetic_madness/Destroy()