Skip to content

Commit

Permalink
dme
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Sep 19, 2024
1 parent eea3c53 commit 3108e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/gamemodes/miniantags/morph/morph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
/mob/living/simple_animal/hostile/morph/ComponentInitialize()
AddComponent( \
/datum/component/devour, \
blacklisted_types = list(/mob/living/silicon/ai, mob/living/silicon/robot), \
blacklisted_types = list(/mob/living/silicon/ai, /mob/living/silicon/robot), \
silent = TRUE, \
)

Expand Down
1 change: 1 addition & 0 deletions paradise.dme
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@
#include "code\datums\cinematics\nuke_cinematics.dm"
#include "code\datums\components\_component.dm"
#include "code\datums\components\aura_healing.dm"
#include "code\datums\components\devour.dm"
#include "code\datums\components\eatable.dm"
#include "code\datums\components\boomerang.dm"
#include "code\datums\components\boss_music.dm"
Expand Down

0 comments on commit 3108e26

Please sign in to comment.