Merge branch 'ONLY_TRUST_YOUR_FISTS' of https://github.com/necromanceranne/Citadel-Station-13 into ONLY_TRUST_YOUR_FISTS
This commit is contained in:
@@ -468,7 +468,7 @@
|
||||
H.physiology.stamina_mod *= 0.5
|
||||
if(H.dna && H.dna.species)
|
||||
H.dna.species.punchdamagehigh *= 4
|
||||
H.dna.species.punchdamagelow *= 10
|
||||
H.dna.species.punchdamagelow *= 4
|
||||
H.dna.species.punchstunthreshold *= 2
|
||||
|
||||
/datum/reagent/drug/skooma/on_mob_end_metabolize(mob/living/L)
|
||||
@@ -481,7 +481,7 @@
|
||||
H.physiology.stamina_mod *= 2
|
||||
if(H.dna && H.dna.species)
|
||||
H.dna.species.punchdamagehigh *= 0.25
|
||||
H.dna.species.punchdamagelow *= 0.1
|
||||
H.dna.species.punchdamagelow *= 0.25
|
||||
H.dna.species.punchstunthreshold *= 0.5
|
||||
|
||||
/datum/reagent/drug/skooma/on_mob_life(mob/living/carbon/M)
|
||||
|
||||
Reference in New Issue
Block a user