diff --git a/code/modules/mob/living/carbon/xenomorph/castes/hivemind/abilities_hivemind.dm b/code/modules/mob/living/carbon/xenomorph/castes/hivemind/abilities_hivemind.dm index 3a3940fc1a9..953e90c50bd 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/hivemind/abilities_hivemind.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/hivemind/abilities_hivemind.dm @@ -166,6 +166,10 @@ GLOBAL_LIST_INIT(hivemind_resin_images_list, list( /datum/action/ability/activable/xeno/secrete_resin/hivemind buildable_structures = list( /turf/closed/wall/resin/regenerating, + /turf/closed/wall/resin/regenerating/bombproof, + /turf/closed/wall/resin/regenerating/bulletproof, + /turf/closed/wall/resin/regenerating/fireproof, + /turf/closed/wall/resin/regenerating/meleeproof, /obj/alien/resin/sticky, /obj/structure/mineral_door/resin, /obj/structure/bed/nest,