- You can now stick MMI-ied brains inside mechs, if you want.

- Other small fixes and tweaks.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1316 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
panurgomatic
2011-03-31 02:39:58 +00:00
parent 1c8a3539c4
commit 7048badff4
10 changed files with 118 additions and 47 deletions
+5 -1
View File
@@ -122,7 +122,11 @@
get_breath_from_internal(volume_needed)
update_canmove()
canmove = 0
if(src.in_contents_of(/obj/mecha))
canmove = 1
else
canmove = 0
return
handle_breath(datum/gas_mixture/breath)