mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 20:27:42 +01:00
Merge pull request #5069 from Sebbe9123/mobpathfix
Hopefully fixes all paths here and there
This commit is contained in:
@@ -320,7 +320,7 @@
|
||||
var/mob_path = /mob/living/simple_mob
|
||||
var/blocked = list(
|
||||
/mob/living/simple_mob/hostile/mimic,
|
||||
/mob/living/simple_mob/hostile/alien/queen,
|
||||
/mob/living/simple_mob/animal/space/alien/queen,
|
||||
/mob/living/simple_mob/shadekin
|
||||
)//exclusion list for things you don't want the reaction to create.
|
||||
var/list/voremobs = typesof(mob_path) - mob_path - blocked // list of possible hostile mobs
|
||||
|
||||
Reference in New Issue
Block a user