Merge remote-tracking branch 'upstream/master' into third_times_the_charm_questionmark

Conflicts:
	code/game/objects/items.dm
This commit is contained in:
Tigercat2000
2015-10-08 11:16:30 -07:00
180 changed files with 3562 additions and 5061 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
var/mob/living/M = loc
if(M == T) return
if(!istype(M)) return
if(src != M.equipped())
if(src != M.get_active_hand())
stop_aim()
return
M.last_move_intent = world.time