Merge branch 'master' into bleeding-edge-freeze

Conflicts:
	baystation12.dme
This commit is contained in:
Chinsky
2013-05-22 16:51:41 +04:00
7 changed files with 44 additions and 11485 deletions
@@ -138,7 +138,7 @@ emp_act
if(armor >= 2) return 0
if(!I.force) return 0
apply_damage(I.force, I.damtype, affecting, armor , I.sharp, I.name)
apply_damage(I.force, I.damtype, affecting, armor , is_sharp(I), I.name)
var/bloody = 0
if(((I.damtype == BRUTE) || (I.damtype == HALLOSS)) && prob(25 + (I.force * 2)))