mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Less wind per wind Correct Edition
Comments out slowdown from wind as requested by mining players. Shouldn't(?) affect flavor text of existing wind
This commit is contained in:
@@ -162,6 +162,9 @@
|
|||||||
. += turf_move_cost
|
. += turf_move_cost
|
||||||
|
|
||||||
// Wind makes it easier or harder to move, depending on if you're with or against the wind.
|
// Wind makes it easier or harder to move, depending on if you're with or against the wind.
|
||||||
|
// 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 && (T.z <= SSplanets.z_to_planet.len))
|
||||||
var/datum/planet/P = SSplanets.z_to_planet[z]
|
var/datum/planet/P = SSplanets.z_to_planet[z]
|
||||||
if(P)
|
if(P)
|
||||||
@@ -174,6 +177,8 @@
|
|||||||
else if(direct & reverse_dir[WH.wind_dir])
|
else if(direct & reverse_dir[WH.wind_dir])
|
||||||
. += WH.wind_speed
|
. += WH.wind_speed
|
||||||
|
|
||||||
|
*/
|
||||||
|
// VOREstation Edit End.
|
||||||
#undef HUMAN_LOWEST_SLOWDOWN
|
#undef HUMAN_LOWEST_SLOWDOWN
|
||||||
|
|
||||||
/mob/living/carbon/human/Process_Spacemove(var/check_drift = 0)
|
/mob/living/carbon/human/Process_Spacemove(var/check_drift = 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user