mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user