Merge remote-tracking branch 'upstream/dev-freeze' into dev

Conflicts:
	code/game/machinery/alarm.dm
	html/changelogs/.all_changelog.yml
This commit is contained in:
PsiOmega
2015-06-24 18:15:28 +02:00
4 changed files with 47 additions and 24 deletions

View File

@@ -154,9 +154,7 @@
return
//window placing end
else if(istype(W, /obj/item/weapon/material/shard))
health -= W.force * 0.1
else if(!shock(user, 70))
else if(!(W.flags & CONDUCT) || !shock(user, 70))
user.do_attack_animation(src)
playsound(loc, 'sound/effects/grillehit.ogg', 80, 1)
switch(W.damtype)