Updates more instances of blocked<2 or /=(blocked+1)

Removes facehugger source code file
This commit is contained in:
HarpyEagle
2016-04-22 21:04:31 -04:00
parent 03761c5eed
commit 3ae1f9ed78
7 changed files with 8 additions and 240 deletions
@@ -146,7 +146,7 @@
// You are going to knock someone out for longer if they are not wearing a helmet.
var/weaken_duration = 0
if(blocked < 2)
if(blocked < 100)
weaken_duration = smash_duration + min(0, force - target.getarmor(hit_zone, "melee") + 10)
if(hit_zone == "head" && istype(target, /mob/living/carbon/))