mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user