Update human_movement.dm

This commit is contained in:
Novacat
2021-08-01 11:27:29 -04:00
committed by Aronai Sieyes
parent 2996c843b5
commit e4d96d9790
@@ -164,14 +164,10 @@
. += turf_move_cost
// Wind makes it easier or harder to move, depending on if you're with or against the wind.
<<<<<<< HEAD
// I don't like that so I'm commenting it out :)
// VOREstation Edit Start
/*
if(T.outdoors && (T.z <= SSplanets.z_to_planet.len))
=======
if((T.outdoors == OUTDOORS_YES) && (T.z <= SSplanets.z_to_planet.len))
>>>>>>> 6782e64... Adds optional area-based definition for outdoors-ness. (#8155)
var/datum/planet/P = SSplanets.z_to_planet[z]
if(P)
var/datum/weather_holder/WH = P.weather_holder