Suits only slow you down when not in space, as before

Magboots now slow you down while active

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@627 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-12-15 17:49:42 +00:00
parent 14a5731aae
commit 239fb74dcb
2 changed files with 3 additions and 1 deletions
@@ -127,7 +127,7 @@
var/hungry = (500 - src.nutrition)/5 // So overeat would be 100 and default level would be 80
if (hungry >= 70) tally += hungry/50
if(src.wear_suit)
if(src.wear_suit && !istype(src.loc, /turf/space))
tally += src.wear_suit.slowdown
if (istype(src.shoes, /obj/item/clothing/shoes))