mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Two as anything greps (and some other cleanup) (#92974)
This commit is contained in:
@@ -14,6 +14,6 @@ MOVEMENT_SUBSYSTEM_DEF(ai_movement)
|
||||
|
||||
/datum/controller/subsystem/movement/ai_movement/proc/SetupAIMovementInstances()
|
||||
movement_types = list()
|
||||
for(var/key as anything in subtypesof(/datum/ai_movement))
|
||||
for(var/key in subtypesof(/datum/ai_movement))
|
||||
var/datum/ai_movement/ai_movement = new key
|
||||
movement_types[key] = ai_movement
|
||||
|
||||
Reference in New Issue
Block a user