Updated spatial gridmap (#18244)

* sadf

* jhbkhbh

* hope

* gsda
This commit is contained in:
Fluffy
2024-01-21 23:29:42 +00:00
committed by GitHub
parent c54cd1fe62
commit cc74d7dcc8
23 changed files with 1004 additions and 521 deletions
@@ -34,7 +34,7 @@
toggle()
return
var/turf/our_turf = get_turf(src)
if(!(our_turf.z == revenants.revenant_rift.z && get_dist(src, revenants.revenant_rift) < 5 && isInSight(src, revenants.revenant_rift)))
if(!(our_turf.z == revenants.revenant_rift.z && get_dist(src, revenants.revenant_rift) < 5 && is_in_sight(src, revenants.revenant_rift)))
tethered = FALSE
return
if(!tethered)