[MIRROR] Cytology Adjacent Update #2: Carp scale crafting. [MDB IGNORE] (#8682)

* Cytology Adjacent Update #2: Carp scale crafting.  (#61913)

expansion: Adds carp scales, and carp scale crafting.

* Cytology Adjacent Update #2: Carp scale crafting.

Co-authored-by: Krysonism <49783092+Krysonism@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-08 13:47:10 +02:00
committed by GitHub
parent 86bafa62a2
commit 210b17557e
6 changed files with 34 additions and 2 deletions
@@ -13,7 +13,7 @@
ai_controller = /datum/ai_controller/hostile_friend
speak_chance = 0
turns_per_move = 5
butcher_results = list(/obj/item/food/fishmeat/carp = 2)
butcher_results = list(/obj/item/food/fishmeat/carp = 2, /obj/item/stack/sheet/animalhide/carp = 1)
response_help_continuous = "pets"
response_help_simple = "pet"
response_disarm_continuous = "gently pushes aside"
@@ -167,7 +167,7 @@
obj_damage = 80
melee_damage_lower = 20
melee_damage_upper = 20
butcher_results = list(/obj/item/food/fishmeat/carp = 2, /obj/item/stack/sheet/animalhide/carp = 3)
var/regen_cooldown = 0
/mob/living/simple_animal/hostile/carp/megacarp/Initialize(mapload)