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