Merge pull request #3310 from Verkister/patch-19

Reduces lightweight knockdown time
This commit is contained in:
Aronai Sieyes
2018-03-20 21:26:38 -04:00
committed by GitHub
+1 -1
View File
@@ -151,7 +151,7 @@ default behaviour is:
var/mob/living/carbon/human/H = tmob
if(H.species.lightweight == 1 && prob(50))
H.visible_message("<span class='warning'>[src] bumps into [H], knocking them off balance!</span>")
H.Weaken(20)
H.Weaken(5)
now_pushing = 0
return
// Handle grabbing, stomping, and such of micros!