Increases maximum stored camera locations

This increases the number of stored camera locations the AI can have at one time, from 10 to 30. This is mostly a quality-of-life update in preparation for the new map, as its multiple floors make navigating around the station as the AI more difficult.
This commit is contained in:
PrismaticGynoid
2017-11-20 12:22:22 -08:00
parent c6e453ac80
commit c15f908dde
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define TRACKING_NO_COVERAGE 1
#define TRACKING_TERMINATE 2
/mob/living/silicon/ai/var/max_locations = 10
/mob/living/silicon/ai/var/max_locations = 30
/mob/living/silicon/ai/var/stored_locations[0]
/proc/InvalidPlayerTurf(turf/T as turf)
@@ -0,0 +1,4 @@
author: PrismaticGynoid
delete-after: True
changes:
- tweak: "Adjusts the amount of camera locations the AI can store from 10 to 30."