Nerfs how effective Tramadol and Oxycodone are

Reduces the amount of shock that they can tolerate to adjust with the new combat changes.
This commit is contained in:
IcyV
2014-08-18 08:43:13 -07:00
parent 9919eac70d
commit 60e2785e28
+2 -2
View File
@@ -16,9 +16,9 @@
if(reagents.has_reagent("inaprovaline"))
src.traumatic_shock -= 25
if(reagents.has_reagent("tramadol"))
src.traumatic_shock -= 80 // make synaptizine function as good painkiller
src.traumatic_shock -= 20 // make synaptizine function as good painkiller
if(reagents.has_reagent("oxycodone"))
src.traumatic_shock -= 200 // make synaptizine function as good painkiller
src.traumatic_shock -= 50 // make synaptizine function as good painkiller
if(src.slurring)
src.traumatic_shock -= 20
if(src.analgesic)