mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Capitalizes pathfinder (#36763)
This commit is contained in:
committed by
yogstation13-bot
parent
27c69c4fbc
commit
cb42f9485c
@@ -1,5 +1,5 @@
|
||||
SUBSYSTEM_DEF(pathfinder)
|
||||
name = "pathfinder"
|
||||
name = "Pathfinder"
|
||||
init_order = INIT_ORDER_PATH
|
||||
flags = SS_NO_FIRE
|
||||
var/datum/flowcache/mobs
|
||||
@@ -19,7 +19,7 @@ SUBSYSTEM_DEF(pathfinder)
|
||||
var/list/flow
|
||||
|
||||
/datum/flowcache/New(var/n)
|
||||
.=..()
|
||||
. = ..()
|
||||
lcount = n
|
||||
run = 0
|
||||
free = 1
|
||||
|
||||
Reference in New Issue
Block a user