Merge branch 'dev-freeze' into dev

Conflicts:
	icons/obj/ammo.dmi
This commit is contained in:
Chinsky
2013-11-30 05:15:22 +04:00
32 changed files with 2113 additions and 1796 deletions
@@ -296,6 +296,14 @@
if(armor >= 2) return
/mob/living/carbon/human/proc/is_loyalty_implanted(mob/living/carbon/human/M)
for(var/L in M.contents)
if(istype(L, /obj/item/weapon/implant/loyalty))
for(var/datum/organ/external/O in M.organs)
if(L in O.implants)
return 1
return 0
/mob/living/carbon/human/attack_slime(mob/living/carbon/slime/M as mob)
if(M.Victim) return // can't attack while eating!
@@ -1257,4 +1265,4 @@ mob/living/carbon/human/yank_out_object()
if(species)
return 1
else
return 0
return 0
@@ -262,7 +262,7 @@
grabbed_by += G
G.synch()
G.affecting = src
LAssailant = M
for(var/mob/O in viewers(src, null))
@@ -298,6 +298,7 @@
grabbed_by += G
G.synch()
G.affecting = src
LAssailant = M
playsound(loc, 'sound/weapons/thudswoosh.ogg', 50, 1, -1)