diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index 08ae7a1f3bc..a510e14944e 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -276,6 +276,13 @@ if(missing_health > 0) target.adjustBruteLoss(missing_health) //and do that much damage + +/obj/item/crusher_trophy/goliath_tentacle/ancient + name = "ancient goliath tentacle" + desc = "A HUGE sliced-off goliath tentacle. Suitable as a trophy for a kinetic crusher." + icon_state = "ancient_goliath_tentacle" + bonus_value = 4 + //watcher /obj/item/crusher_trophy/watcher_wing name = "watcher wing" diff --git a/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm b/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm index 437688bef9b..3a0918e3a96 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining/goliath.dm @@ -116,6 +116,7 @@ throw_message = "does nothing to the rocky hide of the" loot = list(/obj/item/stack/sheet/animalhide/goliath_hide) //A throwback to the asteroid days butcher_results = list(/obj/item/reagent_containers/food/snacks/monstermeat/goliath= 2, /obj/item/stack/sheet/bone = 2) + crusher_loot = /obj/item/crusher_trophy/goliath_tentacle/ancient crusher_drop_mod = 30 wander = FALSE var/list/cached_tentacle_turfs diff --git a/icons/obj/lavaland/artefacts.dmi b/icons/obj/lavaland/artefacts.dmi index 5244f3667a8..c6039b46bca 100644 Binary files a/icons/obj/lavaland/artefacts.dmi and b/icons/obj/lavaland/artefacts.dmi differ