Goon Chemistry: Addiction and Overdosing

This commit is contained in:
Iamgoofball
2015-01-18 21:50:54 -08:00
parent c7e25dfdaa
commit b83ca5f8d1
34 changed files with 493 additions and 166 deletions
@@ -30,8 +30,8 @@ Bonus
var/mob/living/M = A.affected_mob
switch(A.stage)
if(5)
if (M.reagents.get_reagent_amount("morphine") < 30)
M.reagents.add_reagent("morphine", 10)
if (M.reagents.get_reagent_amount("ephedrine") < 30)
M.reagents.add_reagent("ephedrine", 10)
else
if(prob(SYMPTOM_ACTIVATION_PROB * 5))
M << "<span class='notice'>[pick("You feel restless.", "You feel like running laps around the station.")]</span>"
+2 -2
View File
@@ -3,8 +3,8 @@
max_stages = 4
spread_text = "On contact"
spread_flags = CONTACT_GENERAL
cure_text = "Alkysine"
cures = list("alkysine")
cure_text = "Mannitol"
cures = list("mannitol")
agent = "Cryptococcus Cosmosis"
viable_mobtypes = list(/mob/living/carbon/human)
disease_flags = CAN_CARRY|CAN_RESIST
+2 -2
View File
@@ -3,8 +3,8 @@
max_stages = 4
spread_text = "On contact"
spread_flags = CONTACT_GENERAL
cure_text = "Ryetalyn"
cures = list("ryetalyn")
cure_text = "Mutadone"
cures = list("mutadone")
disease_flags = CAN_CARRY|CAN_RESIST
agent = "S4E1 retrovirus"
viable_mobtypes = list(/mob/living/carbon/human)
+1 -1
View File
@@ -20,7 +20,7 @@
..()
agent = "Virus class [pick("A","B","C","D","E","F")][pick("A","B","C","D","E","F")]-[rand(50,300)]"
if(prob(40))
cures = list("ryetalyn")
cures = list("mutadone")
else
restcure = 1