From e37ccab51417f1b96804b45a4e909b62281ba086 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Tue, 30 Oct 2018 22:28:25 -0400 Subject: [PATCH] Legit power creep (#7676) --- .../mob/living/simple_animal/hostile/mining_mobs/goldgrub.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs/goldgrub.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs/goldgrub.dm index 2041f64154..a2b342ab1b 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs/goldgrub.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs/goldgrub.dm @@ -15,6 +15,7 @@ friendly = "harmlessly rolls into" maxHealth = 45 health = 45 + gold_core_spawnable = HOSTILE_SPAWN harm_intent_damage = 5 melee_damage_lower = 0 melee_damage_upper = 0 @@ -27,7 +28,7 @@ status_flags = CANPUSH search_objects = 1 wanted_objects = list(/obj/item/stack/ore/diamond, /obj/item/stack/ore/gold, /obj/item/stack/ore/silver, - /obj/item/stack/ore/uranium) + /obj/item/stack/ore/uranium, /obj/item/stack/ore/titanium) var/chase_time = 100 var/will_burrow = TRUE