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

Conflicts:
	code/game/machinery/recharger.dm
	code/modules/mob/living/carbon/human/life.dm
	code/modules/mob/living/silicon/robot/robot.dm
	code/modules/mob/mob.dm
This commit is contained in:
PsiOmegaDelta
2015-07-20 08:28:32 +02:00
15 changed files with 4089 additions and 4132 deletions

View File

@@ -80,8 +80,10 @@
return
if(in_throw_mode)
throw_item(A)
return
if(isturf(A) || isturf(A.loc))
throw_item(A)
return
throw_mode_off()
if(!istype(A,/obj/item/weapon/gun) && !isturf(A) && !istype(A,/obj/screen))
last_target_click = world.time