Adds Injection Only type viruses

Third virus transmission type, only transmits through blood injection.
Contacting infected blood will _NOT_ transmit the disease, only through
getting infected blood into your blood will the disease be transmitted.

Opens up a whole new ballgame for targeted viruses, along with disabled
mutations.  Antagonist and Security-Buffing Virologists unite!
This commit is contained in:
Bone White
2015-01-27 06:19:05 +00:00
parent e630b0a8cd
commit 28eda34bc0
4 changed files with 9 additions and 3 deletions
+3
View File
@@ -425,6 +425,9 @@ var/list/admin_verbs_mod = list(
if ("Badmin") severity = 99
D.makerandom(severity)
D.spreadtype = input("What method of contagion should the disease have?", "Give Disease") in list("Airborne","Contact","Injection")
D.infectionchance = input("How virulent is this disease? (1-100)", "Give Disease", D.infectionchance) as num
if(istype(T,/mob/living/carbon/human))