Merge pull request #2625 from Aurorablade/FixyFixy

[Fix] Ghost in the Swarming Shell
This commit is contained in:
TheDZD
2015-11-25 20:06:39 -05:00
16 changed files with 406 additions and 269 deletions
@@ -53,6 +53,8 @@
/obj/item/weapon/shard/Crossed(AM as mob|obj)
if(isliving(AM))
var/mob/living/M = AM
if (M.incorporeal_move || M.flying)//you are incorporal or flying..no shard stepping!
return
M << "\red <B>You step on \the [src]!</B>"
playsound(src.loc, 'sound/effects/glass_step.ogg', 50, 1) // not sure how to handle metal shards with sounds
if(ishuman(M))