mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-21 04:06:55 +01:00
Merge pull request #4313 from PrismaticGynoid/storemoreplaces
Increases maximum stored camera locations
This commit is contained in:
@@ -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."
|
||||
Reference in New Issue
Block a user