Skip to content

Commit

Permalink
Merge pull request #3 from Coll6/fixingkitties
Browse files Browse the repository at this point in the history
another override warning
  • Loading branch information
Syndicat-Meow authored Jan 4, 2025
2 parents 6dd2baf + 7d8dbbd commit cbc1f4a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/mob/living/basic/pets/cat/syndicat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@

/mob/living/basic/pet/cat/syndicat/Initialize(mapload)
. = ..()
AddElement(/datum/element/ai_retaliate)
AddElement(/datum/element/pet_bonus, "purr", /datum/mood_event/pet_animal)
AddElement(/datum/element/footstep, footstep_type = FOOTSTEP_MOB_CLAW)
add_cell_sample()
add_verb(src, /mob/living/proc/toggle_resting)
add_traits(list(TRAIT_CATLIKE_GRACE, TRAIT_VENTCRAWLER_ALWAYS, TRAIT_WOUND_LICKER), INNATE_TRAIT)
ai_controller.set_blackboard_key(BB_HUNTABLE_PREY, typecacheof(huntable_items))
var/obj/item/implant/toinstall = list(/obj/item/implant/weapons_auth, /obj/item/implant/explosive)
for(var/obj/item/implant/original_implants as anything in toinstall)
Expand Down

0 comments on commit cbc1f4a

Please sign in to comment.