mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Merge pull request #6006 from PrismaticGynoid/crashedescapepods
Adds 3 new crashed escape pod PoIs
This commit is contained in:
@@ -20,6 +20,14 @@
|
||||
/datum/ai_holder/simple_mob/event
|
||||
base_wander_delay = 8
|
||||
|
||||
// Will keep the mob within a limited radius of its home, useful for guarding an area
|
||||
/datum/ai_holder/simple_mob/guard
|
||||
returns_home = TRUE
|
||||
|
||||
// Won't return home while it's busy doing something else, like chasing a player
|
||||
/datum/ai_holder/simple_mob/guard/give_chase
|
||||
home_low_priority = TRUE
|
||||
|
||||
// Doesn't really act until told to by something on the outside.
|
||||
/datum/ai_holder/simple_mob/inert
|
||||
hostile = FALSE
|
||||
@@ -138,4 +146,4 @@
|
||||
|
||||
// Simple mobs that retaliate and support others in their faction who get attacked.
|
||||
/datum/ai_holder/simple_mob/retaliate/cooperative
|
||||
cooperative = TRUE
|
||||
cooperative = TRUE
|
||||
|
||||
Reference in New Issue
Block a user