mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Cavern Geist buffs and additions (#15924)
* darkness * the horror * better name * Update code/modules/mob/living/simple_animal/hostile/cavern_geist.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * change --------- Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -1181,7 +1181,10 @@
|
||||
/mob/living/simple_animal/hostile/republicon/ranged,
|
||||
/mob/living/simple_animal/hostile/spider_queen,
|
||||
/mob/living/simple_animal/hostile/tree,
|
||||
/mob/living/simple_animal/hostile/mimic
|
||||
/mob/living/simple_animal/hostile/mimic,
|
||||
/mob/living/simple_animal/hostile/cavern_geist,
|
||||
/mob/living/simple_animal/hostile/cavern_geist/augmented,
|
||||
/mob/living/simple_animal/hostile/retaliate/pra_exploration_drone
|
||||
)
|
||||
//exclusion list for things you don't want the reaction to create.
|
||||
var/list/critters = typesof(/mob/living/simple_animal/hostile) - blocked // list of possible hostile mobs
|
||||
|
||||
Reference in New Issue
Block a user