cleanup of _HELPERS/game.dm (#61859)

some more cleanup, game.dm this time
This commit is contained in:
Ghilker
2021-10-03 16:51:52 -04:00
committed by GitHub
parent 0017cc60dc
commit 682e7132b5
30 changed files with 304 additions and 276 deletions
@@ -37,7 +37,7 @@
var/atom/target_entity = target.value
if(isInSight(target_entity, get_turf(src)) && IN_GIVEN_RANGE(get_turf(src), target_entity, max_range))
if(is_in_sight(target_entity, get_turf(src)) && IN_GIVEN_RANGE(get_turf(src), target_entity, max_range))
var/turf/location = get_turf(target_entity)
x_pos.set_output(location?.x)