From 32394ec3c1fd00180ca36b6d5cac7226d175f2ce Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Wed, 8 Mar 2023 23:05:29 +0100 Subject: [PATCH] faction addition --- .../code/modules/mob/living/simple_mob/subtypes/fleshtaker.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/fleshtaker.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/fleshtaker.dm index 17537cc908..a4089d3efe 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/fleshtaker.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/fleshtaker.dm @@ -6,6 +6,7 @@ However we dont gain special attacks and verbs, for example, if we evicerate a d Only physical attributes are copied. */ /mob/living/simple_mob/fleshtaker + faction = "Fleshtaker" name = "Fleshtaker" desc = "A strange creature" icon = 'icons/mob/synxmanyvoices.dmi'