Merge branch 'master' of github.com:Baystation12/Baystation12 into dev-freeze

Conflicts:
	code/game/objects/items/weapons/implants/implant.dm
	code/modules/reagents/Chemistry-Machinery.dm
This commit is contained in:
Mloc
2013-11-24 23:37:09 +00:00
45 changed files with 336 additions and 198 deletions
@@ -55,6 +55,8 @@
handle_rotation()
return
else
if(istype(usr,/mob/living/simple_animal/mouse))
return
if(!usr || !isturf(usr.loc))
return
if(usr.stat || usr.restrained())