From b0a59de3a61ccada7834857b969967c4f8e9d1c8 Mon Sep 17 00:00:00 2001 From: Hardly3D <66234359+Hardly3D@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:07:19 -0300 Subject: [PATCH] Into it's proper place --- .../code/modules/blueshift/mobs/misc_pets.dm | 1 + .../mob/living/basic/pets/farm_animals.dm | 100 ------------------ .../code/modules/ranching/chickens/_chick.dm | 6 ++ .../modules/ranching/chickens/_chicken.dm | 4 + .../modules/ranching/chickens/misc/gary.dm | 1 + .../ranching/chickens/misc_chickens.dm | 1 + .../modules/ranching/chickens/tier1/clown.dm | 2 + .../modules/ranching/chickens/tier1/glass.dm | 2 + .../ranching/chickens/tier1/ixworth.dm | 2 + .../ranching/chickens/tier1/onagadori.dm | 2 + .../modules/ranching/chickens/tier1/silkie.dm | 1 + .../ranching/chickens/tier1/silkie_black.dm | 1 + .../ranching/chickens/tier1/silkie_white.dm | 1 + .../modules/ranching/chickens/tier1/void.dm | 1 + .../modules/ranching/chickens/tier2/cluwne.dm | 1 + .../ranching/chickens/tier2/cotton_candy.dm | 1 + .../modules/ranching/chickens/tier2/dream.dm | 1 + .../modules/ranching/chickens/tier2/golden.dm | 1 + .../modules/ranching/chickens/tier2/mime.dm | 1 + .../modules/ranching/chickens/tier2/pigeon.dm | 1 + .../modules/ranching/chickens/tier2/raptor.dm | 1 + .../modules/ranching/chickens/tier2/snowy.dm | 1 + .../modules/ranching/chickens/tier2/spicy.dm | 1 + .../modules/ranching/chickens/tier2/stone.dm | 1 + .../modules/ranching/chickens/tier2/sword.dm | 1 + .../ranching/chickens/tier2/wiznerd.dm | 1 + .../ranching/chickens/tier3/cockatrice.dm | 2 + .../ranching/chickens/tier3/dreamsicle.dm | 2 + .../ranching/chickens/tier3/phoenix.dm | 1 + .../ranching/chickens/tier3/rev_raptor.dm | 1 + .../modules/ranching/chickens/tier3/robot.dm | 1 + 31 files changed, 44 insertions(+), 100 deletions(-) delete mode 100644 monkestation/code/modules/mob/living/basic/pets/farm_animals.dm diff --git a/monkestation/code/modules/blueshift/mobs/misc_pets.dm b/monkestation/code/modules/blueshift/mobs/misc_pets.dm index b25cb375f641..fc733668f09d 100644 --- a/monkestation/code/modules/blueshift/mobs/misc_pets.dm +++ b/monkestation/code/modules/blueshift/mobs/misc_pets.dm @@ -29,6 +29,7 @@ unsuitable_atmos_damage = 0 minimum_survivable_temperature = 0 maximum_survivable_temperature = 30000 + worn_slot_flags = null /mob/living/basic/lizard/tegu name = "tegu" diff --git a/monkestation/code/modules/mob/living/basic/pets/farm_animals.dm b/monkestation/code/modules/mob/living/basic/pets/farm_animals.dm deleted file mode 100644 index f1b026a2519d..000000000000 --- a/monkestation/code/modules/mob/living/basic/pets/farm_animals.dm +++ /dev/null @@ -1,100 +0,0 @@ -/mob/living/basic/chick - can_be_held = TRUE - worn_slot_flags = ITEM_SLOT_HEAD - held_state = "chick" - head_icon = 'monkestation/icons/mob/pets_held.dmi' - held_lh = 'monkestation/icons/mob/pets_held_lh.dmi' - held_rh = 'monkestation/icons/mob/pets_held_rh.dmi' - -/mob/living/basic/chicken - can_be_held = TRUE - worn_slot_flags = ITEM_SLOT_HEAD - head_icon = 'monkestation/icons/mob/pets_held.dmi' - held_lh = 'monkestation/icons/mob/pets_held_lh.dmi' - held_rh = 'monkestation/icons/mob/pets_held_rh.dmi' - -/mob/living/basic/chicken/Initialize(mapload) - . = ..() - //held_state = "[starting_prefix]_[icon_suffix]" - head_icon = 'monkestation/icons/mob/pets_held_large.dmi' - -// Unsprited crabs will not be worn, new sprites are welcome! - -/mob/living/basic/chicken/clown - worn_slot_flags = null - -/mob/living/basic/chicken/cockatrice - worn_slot_flags = null - -/mob/living/basic/chicken/cotton_candy - worn_slot_flags = null - -/mob/living/basic/chicken/dream - worn_slot_flags = null - -/mob/living/basic/chicken/dreamsicle - worn_slot_flags = null - -/mob/living/basic/chicken/gary - worn_slot_flags = null - -/mob/living/basic/chicken/glass - worn_slot_flags = null - -/mob/living/basic/chicken/golden - worn_slot_flags = null - -/mob/living/basic/chicken/ixworth - worn_slot_flags = null - -/mob/living/basic/chicken/mime - worn_slot_flags = null - -/mob/living/basic/chicken/onagadori - worn_slot_flags = null - -/mob/living/basic/chicken/phoenix - worn_slot_flags = null - -/mob/living/basic/chicken/pigeon - worn_slot_flags = null - -/mob/living/basic/chicken/raptor - worn_slot_flags = null - -/mob/living/basic/chicken/rev_raptor - worn_slot_flags = null - -/mob/living/basic/chicken/robot - worn_slot_flags = null - -/mob/living/basic/chicken/silkie - worn_slot_flags = null - -/mob/living/basic/chicken/silkie_black - worn_slot_flags = null - -/mob/living/basic/chicken/silkie_white - worn_slot_flags = null - -/mob/living/basic/chicken/snowy - worn_slot_flags = null - -/mob/living/basic/chicken/spicy - worn_slot_flags = null - -/mob/living/basic/chicken/stone - worn_slot_flags = null - -/mob/living/basic/chicken/sword - worn_slot_flags = null - -/mob/living/basic/chicken/teshari - worn_slot_flags = null - -/mob/living/basic/chicken/turkey //Seems unused in game as the mob itself lacks sprites - worn_slot_flags = null - -/mob/living/basic/chicken/wiznerd - worn_slot_flags = null - diff --git a/monkestation/code/modules/ranching/chickens/_chick.dm b/monkestation/code/modules/ranching/chickens/_chick.dm index c450a31d3e87..1cb8a03b360e 100644 --- a/monkestation/code/modules/ranching/chickens/_chick.dm +++ b/monkestation/code/modules/ranching/chickens/_chick.dm @@ -29,6 +29,12 @@ pass_flags = PASSTABLE | PASSGRILLE | PASSMOB mob_size = MOB_SIZE_TINY gold_core_spawnable = FRIENDLY_SPAWN + can_be_held = TRUE + worn_slot_flags = ITEM_SLOT_HEAD + held_state = "chick" + head_icon = 'monkestation/icons/mob/pets_held.dmi' + held_lh = 'monkestation/icons/mob/pets_held_lh.dmi' + held_rh = 'monkestation/icons/mob/pets_held_rh.dmi' ai_controller = /datum/ai_controller/basic_controller/chick diff --git a/monkestation/code/modules/ranching/chickens/_chicken.dm b/monkestation/code/modules/ranching/chickens/_chicken.dm index b4e93613c419..256a72aa2325 100644 --- a/monkestation/code/modules/ranching/chickens/_chicken.dm +++ b/monkestation/code/modules/ranching/chickens/_chicken.dm @@ -14,6 +14,9 @@ icon_living = "chicken_white" icon_dead = "dead_state" held_state = "chicken_white" + head_icon = 'monkestation/icons/mob/pets_held.dmi' + held_lh = 'monkestation/icons/mob/pets_held_lh.dmi' + held_rh = 'monkestation/icons/mob/pets_held_rh.dmi' speak_emote = list("clucks","croons") @@ -40,6 +43,7 @@ /mob/living/basic/chicken/Initialize(mapload) . = ..() + head_icon = 'monkestation/icons/mob/pets_held_large.dmi' pixel_x = rand(-6, 6) pixel_y = rand(0, 10) health = maxHealth diff --git a/monkestation/code/modules/ranching/chickens/misc/gary.dm b/monkestation/code/modules/ranching/chickens/misc/gary.dm index c875890271da..bf945c3fba38 100644 --- a/monkestation/code/modules/ranching/chickens/misc/gary.dm +++ b/monkestation/code/modules/ranching/chickens/misc/gary.dm @@ -1,5 +1,6 @@ ///gary is gonna have nothing to do with other crows because of how much unique code it has /mob/living/basic/chicken/gary + worn_slot_flags = null breed_name_male = "Gary" breed_name_female = "Gary" desc = "Gary the Crow. An inquisitive, yet cruel barterer." diff --git a/monkestation/code/modules/ranching/chickens/misc_chickens.dm b/monkestation/code/modules/ranching/chickens/misc_chickens.dm index 4e8960e9c5fb..badfa2911657 100644 --- a/monkestation/code/modules/ranching/chickens/misc_chickens.dm +++ b/monkestation/code/modules/ranching/chickens/misc_chickens.dm @@ -5,6 +5,7 @@ icon_state = "turkey_plain" icon_living = "turkey_plain" icon_dead = "turkey_plain_dead" + worn_slot_flags = null speak_emote = list("clucks","gobbles") density = FALSE health = 15 diff --git a/monkestation/code/modules/ranching/chickens/tier1/clown.dm b/monkestation/code/modules/ranching/chickens/tier1/clown.dm index 2d2135651c86..e8e4c5577b2a 100644 --- a/monkestation/code/modules/ranching/chickens/tier1/clown.dm +++ b/monkestation/code/modules/ranching/chickens/tier1/clown.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/clown icon_suffix = "clown" + worn_slot_flags = null breed_name_female = "Henk" breed_name_male = "Henkster" @@ -14,6 +15,7 @@ targeted_ability = /datum/action/cooldown/mob_cooldown/chicken/honk book_desc = "Tries very hard to be funny and occasionally honks." + /obj/item/food/egg/clown name = "Clown Egg?" food_reagents = list(/datum/reagent/water = 50) diff --git a/monkestation/code/modules/ranching/chickens/tier1/glass.dm b/monkestation/code/modules/ranching/chickens/tier1/glass.dm index e5951e76fecb..9fc5b5a011cb 100644 --- a/monkestation/code/modules/ranching/chickens/tier1/glass.dm +++ b/monkestation/code/modules/ranching/chickens/tier1/glass.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/glass icon_suffix = "glass" + worn_slot_flags = null breed_name = "Glass" egg_type = /obj/item/food/egg/glass @@ -7,6 +8,7 @@ liked_foods = list(/obj/item/food/grown/rice = 2) book_desc = "Fragile as glass, but produces the chemical injected into its egg overtime." + /obj/item/food/egg/glass name = "Glass Egg" food_reagents = list() diff --git a/monkestation/code/modules/ranching/chickens/tier1/ixworth.dm b/monkestation/code/modules/ranching/chickens/tier1/ixworth.dm index bf259ecb40bc..cc2f8ba0f7ed 100644 --- a/monkestation/code/modules/ranching/chickens/tier1/ixworth.dm +++ b/monkestation/code/modules/ranching/chickens/tier1/ixworth.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/ixworth icon_suffix = "ixworth" + worn_slot_flags = null breed_name = "Ixworth" egg_type = /obj/item/food/egg/ixworth @@ -7,6 +8,7 @@ liked_foods = list(/obj/item/food/grown/tomato = 2) book_desc = "A very stylish breed." + /obj/item/food/egg/ixworth name = "Ixworth Egg" icon_state = "ixworth" diff --git a/monkestation/code/modules/ranching/chickens/tier1/onagadori.dm b/monkestation/code/modules/ranching/chickens/tier1/onagadori.dm index 2fe67ccf2981..0bfcbed0e13e 100644 --- a/monkestation/code/modules/ranching/chickens/tier1/onagadori.dm +++ b/monkestation/code/modules/ranching/chickens/tier1/onagadori.dm @@ -1,6 +1,7 @@ /mob/living/basic/chicken/onagadori icon_suffix = "onagadori" + worn_slot_flags = null breed_name = "Onagadori" egg_type = /obj/item/food/egg/onagadori @@ -9,6 +10,7 @@ book_desc = "Japanese long-tailed chickens, with no unique features aside from its plumage." + /obj/item/food/egg/onagadori name = "Onagadori Egg" icon_state = "onagadori" diff --git a/monkestation/code/modules/ranching/chickens/tier1/silkie.dm b/monkestation/code/modules/ranching/chickens/tier1/silkie.dm index 16bcce66748a..819aa635fd52 100644 --- a/monkestation/code/modules/ranching/chickens/tier1/silkie.dm +++ b/monkestation/code/modules/ranching/chickens/tier1/silkie.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/silkie icon_suffix = "silkie" + worn_slot_flags = null breed_name = "Selkie" egg_type = /obj/item/food/egg/silkie diff --git a/monkestation/code/modules/ranching/chickens/tier1/silkie_black.dm b/monkestation/code/modules/ranching/chickens/tier1/silkie_black.dm index d7d48a491f36..93b3e67893f4 100644 --- a/monkestation/code/modules/ranching/chickens/tier1/silkie_black.dm +++ b/monkestation/code/modules/ranching/chickens/tier1/silkie_black.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/silkie_black icon_suffix = "silkie_black" + worn_slot_flags = null breed_name = "Black Selkie" egg_type = /obj/item/food/egg/silkie_black diff --git a/monkestation/code/modules/ranching/chickens/tier1/silkie_white.dm b/monkestation/code/modules/ranching/chickens/tier1/silkie_white.dm index 07fe69fc87ce..0f90fe3da13b 100644 --- a/monkestation/code/modules/ranching/chickens/tier1/silkie_white.dm +++ b/monkestation/code/modules/ranching/chickens/tier1/silkie_white.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/silkie_white icon_suffix = "silkie_white" + worn_slot_flags = null breed_name = "White Silkie" egg_type = /obj/item/food/egg/silkie_white diff --git a/monkestation/code/modules/ranching/chickens/tier1/void.dm b/monkestation/code/modules/ranching/chickens/tier1/void.dm index 8577256d75b7..e9b0b32a54b5 100644 --- a/monkestation/code/modules/ranching/chickens/tier1/void.dm +++ b/monkestation/code/modules/ranching/chickens/tier1/void.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/void icon_suffix = "void" + worn_slot_flags = null breed_name = "Void" egg_type = /obj/item/food/egg/void diff --git a/monkestation/code/modules/ranching/chickens/tier2/cluwne.dm b/monkestation/code/modules/ranching/chickens/tier2/cluwne.dm index c195c8c06c7d..b20fe4987d31 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/cluwne.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/cluwne.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/clown_sad icon_suffix = "sad_clown" + worn_slot_flags = null breed_name_male = "huOnkHoNkHoeNK" breed_name_female = "huOnkHoNkHoeNK" diff --git a/monkestation/code/modules/ranching/chickens/tier2/cotton_candy.dm b/monkestation/code/modules/ranching/chickens/tier2/cotton_candy.dm index b3fd67c5f1c0..0e603da8ef33 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/cotton_candy.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/cotton_candy.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/cotton_candy icon_suffix = "cotton_candy" + worn_slot_flags = null breed_name = "Cotton Candy" egg_type = /obj/item/food/egg/cotton_candy diff --git a/monkestation/code/modules/ranching/chickens/tier2/dream.dm b/monkestation/code/modules/ranching/chickens/tier2/dream.dm index f1d168a93d88..120f0c65aa23 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/dream.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/dream.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/dream icon_suffix = "dreaming" + worn_slot_flags = null breed_name = "Dream" egg_type = /obj/item/food/egg/dream diff --git a/monkestation/code/modules/ranching/chickens/tier2/golden.dm b/monkestation/code/modules/ranching/chickens/tier2/golden.dm index 4a964867a7c2..7912b585be1b 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/golden.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/golden.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/golden icon_suffix = "gold" + worn_slot_flags = null breed_name = "Golden" egg_type = /obj/item/food/egg/golden diff --git a/monkestation/code/modules/ranching/chickens/tier2/mime.dm b/monkestation/code/modules/ranching/chickens/tier2/mime.dm index d6808ba61bf0..5cd4dc9d8fe5 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/mime.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/mime.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/mime icon_suffix = "mime" + worn_slot_flags = null breed_name = "Mime" egg_type = /obj/item/food/egg/mime diff --git a/monkestation/code/modules/ranching/chickens/tier2/pigeon.dm b/monkestation/code/modules/ranching/chickens/tier2/pigeon.dm index 7fd9829b4110..7d0fea5647c4 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/pigeon.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/pigeon.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/pigeon icon_suffix = "pigeon" + worn_slot_flags = null breed_name_male = "Pigeon" breed_name_female = "Pigeon" diff --git a/monkestation/code/modules/ranching/chickens/tier2/raptor.dm b/monkestation/code/modules/ranching/chickens/tier2/raptor.dm index 4bb2a9cc78f3..d39746755626 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/raptor.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/raptor.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/raptor icon_suffix = "raptor" + worn_slot_flags = null breed_name = "Raptor" breed_name_male = "Tiercel" diff --git a/monkestation/code/modules/ranching/chickens/tier2/snowy.dm b/monkestation/code/modules/ranching/chickens/tier2/snowy.dm index 57c179775e6d..e524834abcd8 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/snowy.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/snowy.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/snowy icon_suffix = "snowy" + worn_slot_flags = null breed_name = "Snow" egg_type = /obj/item/food/egg/snowy diff --git a/monkestation/code/modules/ranching/chickens/tier2/spicy.dm b/monkestation/code/modules/ranching/chickens/tier2/spicy.dm index c6601eb902ed..ac86571a0930 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/spicy.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/spicy.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/spicy icon_suffix = "spicy" + worn_slot_flags = null breed_name = "Spicy" egg_type = /obj/item/food/egg/spicy diff --git a/monkestation/code/modules/ranching/chickens/tier2/stone.dm b/monkestation/code/modules/ranching/chickens/tier2/stone.dm index 91243b23abef..eddb9a384e22 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/stone.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/stone.dm @@ -1,6 +1,7 @@ #define MINIMUM_BREAK_FORCE 10 /mob/living/basic/chicken/stone icon_suffix = "stone" + worn_slot_flags = null breed_name = "Stone" egg_type = /obj/item/food/egg/stone diff --git a/monkestation/code/modules/ranching/chickens/tier2/sword.dm b/monkestation/code/modules/ranching/chickens/tier2/sword.dm index cd662d23116d..e6abfa9bc26b 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/sword.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/sword.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/sword icon_suffix = "sword" + worn_slot_flags = null maxHealth = 300 melee_damage_lower = 2 //weak damage but strong health diff --git a/monkestation/code/modules/ranching/chickens/tier2/wiznerd.dm b/monkestation/code/modules/ranching/chickens/tier2/wiznerd.dm index d0a3362ad9c6..00b81103de9e 100644 --- a/monkestation/code/modules/ranching/chickens/tier2/wiznerd.dm +++ b/monkestation/code/modules/ranching/chickens/tier2/wiznerd.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/wiznerd //No matter what you say Zanden this is staying as wiznerd icon_suffix = "wiznerd" + worn_slot_flags = null maxHealth = 150 melee_damage_upper = 7 diff --git a/monkestation/code/modules/ranching/chickens/tier3/cockatrice.dm b/monkestation/code/modules/ranching/chickens/tier3/cockatrice.dm index 65233a6ae3af..6fbb0cc878a3 100644 --- a/monkestation/code/modules/ranching/chickens/tier3/cockatrice.dm +++ b/monkestation/code/modules/ranching/chickens/tier3/cockatrice.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/cockatrice icon_suffix = "cockatrice" + worn_slot_flags = null breed_name_male = "Cockatrice" breed_name_female = "Cockatrice" @@ -25,6 +26,7 @@ egg_type = /obj/item/food/egg/cockatrice book_desc = "Part lizard, part chicken, part bat. The Males of this species are capable of spitting a venom that will petrify you temporarily, and are very hostile." + /obj/item/food/egg/cockatrice name = "Petrifying Egg" icon_state = "cockatrice" diff --git a/monkestation/code/modules/ranching/chickens/tier3/dreamsicle.dm b/monkestation/code/modules/ranching/chickens/tier3/dreamsicle.dm index 6f6ccd62c737..291a7af3eafb 100644 --- a/monkestation/code/modules/ranching/chickens/tier3/dreamsicle.dm +++ b/monkestation/code/modules/ranching/chickens/tier3/dreamsicle.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/dreamsicle icon_suffix = "dreamsicle" + worn_slot_flags = null breed_name = "Dreamsicle" egg_type = /obj/item/food/egg/dreamsicle @@ -7,6 +8,7 @@ liked_foods = list(/obj/item/food/popsicle/creamsicle_orange = 9) book_desc = "Unlike its parent the dreamsicle is able to survive in normal environments, it has also tamed the hyper nature of its parents. This is the perfect hybrid and consuming the egg will make you bounce of the walls leaving a trail of ice behind you." + /obj/item/food/egg/dreamsicle name = "Dreamsicle Egg" icon_state = "dreamsicle" diff --git a/monkestation/code/modules/ranching/chickens/tier3/phoenix.dm b/monkestation/code/modules/ranching/chickens/tier3/phoenix.dm index 57d5e59cf3ea..80cca654370c 100644 --- a/monkestation/code/modules/ranching/chickens/tier3/phoenix.dm +++ b/monkestation/code/modules/ranching/chickens/tier3/phoenix.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/phoenix icon_suffix = "spicy" + worn_slot_flags = null breed_name = "Phoenix" egg_type = /obj/item/food/egg/phoenix diff --git a/monkestation/code/modules/ranching/chickens/tier3/rev_raptor.dm b/monkestation/code/modules/ranching/chickens/tier3/rev_raptor.dm index 3fddded1cebb..3be468538789 100644 --- a/monkestation/code/modules/ranching/chickens/tier3/rev_raptor.dm +++ b/monkestation/code/modules/ranching/chickens/tier3/rev_raptor.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/rev_raptor icon_suffix = "rev_raptor" + worn_slot_flags = null breed_name = "Revolutionary Raptor" breed_name_male = "Revolutionary Tiercel" diff --git a/monkestation/code/modules/ranching/chickens/tier3/robot.dm b/monkestation/code/modules/ranching/chickens/tier3/robot.dm index 44477d540168..0d5543301a1c 100644 --- a/monkestation/code/modules/ranching/chickens/tier3/robot.dm +++ b/monkestation/code/modules/ranching/chickens/tier3/robot.dm @@ -1,5 +1,6 @@ /mob/living/basic/chicken/robot icon_suffix = "robot" + worn_slot_flags = null breed_name = "Robotic"