mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
Merge pull request #3656 from Heroman3003/shadekin-exclusion
Removed shadekin from Slime Vore reaction
This commit is contained in:
@@ -320,7 +320,8 @@
|
||||
var/mob_path = /mob/living/simple_animal
|
||||
var/blocked = list(
|
||||
/mob/living/simple_animal/hostile/mimic,
|
||||
/mob/living/simple_animal/hostile/alien/queen
|
||||
/mob/living/simple_animal/hostile/alien/queen,
|
||||
/mob/living/simple_animal/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