From 1277d6782ec8841f04a3fe049709e2074ee4271a Mon Sep 17 00:00:00 2001 From: vincibrv Date: Mon, 15 Apr 2024 17:54:33 +0200 Subject: [PATCH] Makes base boiler able to make traps to fill with gas --- code/modules/mob/living/carbon/xenomorph/castes/Boiler.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/xenomorph/castes/Boiler.dm b/code/modules/mob/living/carbon/xenomorph/castes/Boiler.dm index f7e906a82b28..48e4a2d5be3d 100644 --- a/code/modules/mob/living/carbon/xenomorph/castes/Boiler.dm +++ b/code/modules/mob/living/carbon/xenomorph/castes/Boiler.dm @@ -75,6 +75,7 @@ /datum/action/xeno_action/activable/spray_acid/boiler, //3rd macro /datum/action/xeno_action/onclick/toggle_long_range/boiler, //4th macro /datum/action/xeno_action/onclick/acid_shroud, //5th macro + /datum/action/xeno_action/onclick/place_trap, /datum/action/xeno_action/onclick/tacmap, )