Merge pull request #6006 from PrismaticGynoid/crashedescapepods

Adds 3 new crashed escape pod PoIs
This commit is contained in:
Neerti
2019-03-20 15:50:28 -04:00
committed by VirgoBot
parent 83ce6a7a35
commit 42bf34b2ef
9 changed files with 144 additions and 2 deletions
@@ -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