From 851e99f60efd3b53d484ee3db515dd7084cd63fc Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Thu, 4 Jul 2013 11:09:23 -0300 Subject: [PATCH] Changed the response_harm var from spiders and bears from "pokes" to "hits" Those were some really strong pokes... Fixes #687 --- code/modules/mob/living/simple_animal/hostile/bear.dm | 4 ++-- code/modules/mob/living/simple_animal/hostile/giant_spider.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/bear.dm b/code/modules/mob/living/simple_animal/hostile/bear.dm index f4a74965c4d..576f88a534d 100644 --- a/code/modules/mob/living/simple_animal/hostile/bear.dm +++ b/code/modules/mob/living/simple_animal/hostile/bear.dm @@ -16,7 +16,7 @@ meat_type = /obj/item/weapon/reagent_containers/food/snacks/bearmeat response_help = "pets" response_disarm = "gently pushes aside" - response_harm = "pokes" + response_harm = "hits" stop_automated_movement_when_pulled = 0 maxHealth = 60 health = 60 @@ -43,7 +43,7 @@ desc = "" response_help = "pets" response_disarm = "gently pushes aside" - response_harm = "pokes" + response_harm = "hits" /mob/living/simple_animal/hostile/bear/Move() ..() diff --git a/code/modules/mob/living/simple_animal/hostile/giant_spider.dm b/code/modules/mob/living/simple_animal/hostile/giant_spider.dm index a0cf20cf4af..267a263742c 100644 --- a/code/modules/mob/living/simple_animal/hostile/giant_spider.dm +++ b/code/modules/mob/living/simple_animal/hostile/giant_spider.dm @@ -19,7 +19,7 @@ meat_type = /obj/item/weapon/reagent_containers/food/snacks/bearmeat response_help = "pets" response_disarm = "gently pushes aside" - response_harm = "pokes" + response_harm = "hits" stop_automated_movement_when_pulled = 0 maxHealth = 200 health = 200