mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Now working
This commit is contained in:
@@ -140,13 +140,11 @@ var/global/list/pathmakers = list()
|
||||
pathmakers.Remove(src)
|
||||
//cleaning after us
|
||||
for(var/PathNode/PN in open.L)
|
||||
PN.source.PathNodes[PM_id] = null
|
||||
PN.source.PathNodes.Remove("[PM_id]")
|
||||
open.L -= PN
|
||||
qdel(PN)
|
||||
for(var/turf/T in closed)
|
||||
var/PathNode/PN = T.FindPathNode(PM_id)
|
||||
T.PathNodes[PM_id] = null
|
||||
T.PathNodes.Remove("[PM_id]")
|
||||
closed -= T
|
||||
qdel(PN)
|
||||
owner = null
|
||||
start = null
|
||||
|
||||
Reference in New Issue
Block a user