[MIRROR] cleanup of _HELPERS/game.dm [MDB IGNORE] (#8593)

* cleanup of _HELPERS/game.dm (#61859)

some more cleanup, game.dm this time

* cleanup of _HELPERS/game.dm

* E

* Update oneclickantag.dm

Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-10-04 01:28:22 +02:00
committed by GitHub
parent 885a01cb6b
commit 425c5bb100
34 changed files with 313 additions and 285 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)