Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tree445 authored Nov 16, 2024
1 parent 48f6744 commit 321c03e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
pull_force = MOVE_FORCE_VERY_STRONG
var/pre_attack = 0
var/pre_attack_icon = "goliath_preattack"
loot = list(/obj/item/stack/sheet/animalhide/goliath_hide)


emote_hear = null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
attack_sound = 'modular_hearthstone/sound/misc/impattacks.wav'
gold_core_spawnable = HOSTILE_SPAWN
//crusher_loot = /obj/item/crusher_trophy/blaster_tubes/impskull
loot = list()
butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/slab = 2, /obj/item/stack/sheet/bone = 4, /obj/item/stack/sheet/leather = 2, /obj/item/stack/ore/plasma = 2)
del_on_death = 1
loot = list(/obj/item/reagent_containers/food/snacks/rogue/meat/steak = 2, /obj/item/soul_fragment/essence)
robust_searching = FALSE
deathsound = 'modular_hearthstone/sound/misc/impdies.wav'

Expand All @@ -35,7 +35,6 @@
see_in_dark = 10
move_to_delay = 3
base_intents = list(/datum/intent/simple/imp)
butcher_results = list(/obj/item/reagent_containers/food/snacks/rogue/meat/steak = 2, /obj/item/soul_fragment/essence)
faction = list("caves")
mob_biotypes = MOB_ORGANIC|MOB_BEAST
maxHealth = 150
Expand Down

0 comments on commit 321c03e

Please sign in to comment.