mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
More /living/ abstract_types (#94092)
This commit is contained in:
@@ -111,11 +111,12 @@
|
||||
/mob/living/simple_animal,
|
||||
)
|
||||
for(var/type in mob_subtype_whitelist)
|
||||
possible_mobtypes += subtypesof(type)
|
||||
possible_mobtypes += valid_subtypesof(type)
|
||||
|
||||
var/list/mob_subtype_blacklist = list(
|
||||
/mob/living/simple_animal/hostile/asteroid/elite,
|
||||
/mob/living/simple_animal/hostile/megafauna,
|
||||
/mob/living/basic/boss,
|
||||
)
|
||||
for(var/type in mob_subtype_blacklist)
|
||||
possible_mobtypes -= subtypesof(type)
|
||||
|
||||
Reference in New Issue
Block a user