From 3d2545616990bfcc527373a2020e9dfdf78d6729 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 14 Nov 2023 05:03:54 +0100 Subject: [PATCH] [MIRROR] fixes bileworms not using attacks [MDB IGNORE] (#24998) * fixes bileworms not using attacks (#79701) ## About The Pull Request fixes bileworms not using attacks ## Why It's Good For The Game bileowrms will now use attacks ## Changelog :cl: fix: bileworms will now attack /:cl: * fixes bileworms not using attacks --------- Co-authored-by: Ben10Omintrix <138636438+Ben10Omintrix@users.noreply.github.com> --- code/modules/mob/living/basic/lavaland/bileworm/_bileworm.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/basic/lavaland/bileworm/_bileworm.dm b/code/modules/mob/living/basic/lavaland/bileworm/_bileworm.dm index d2e04b60d26..b66e5eff8a5 100644 --- a/code/modules/mob/living/basic/lavaland/bileworm/_bileworm.dm +++ b/code/modules/mob/living/basic/lavaland/bileworm/_bileworm.dm @@ -56,3 +56,4 @@ /datum/action/cooldown/mob_cooldown/devour = BB_BILEWORM_DEVOUR, /datum/action/cooldown/mob_cooldown/resurface = BB_BILEWORM_RESURFACE, ) + grant_actions_by_list(other_innate_actions)