Fix, Tweak, and Revise

fixes a few non-functioning things, adds in a few new features,
basically the previous patch minus "controversial" stuff.
This commit is contained in:
Fox-McCloud
2014-09-29 02:10:28 -04:00
parent 9fdf00146d
commit 9c8326e120
16 changed files with 115 additions and 167 deletions
@@ -81,7 +81,7 @@
/datum/medical_effect/headache
name = "Headache"
triggers = list("cryoxadone" = 10, "bicaridine" = 15, "tricordrazine" = 15)
cures = list("alkysine", "tramadol")
cures = list("alkysine", "tramadol", "paracetamol", "oxycodone")
cure_message = "Your head stops throbbing..."
/datum/medical_effect/headache/on_life(mob/living/carbon/human/H, strength)