Changed the response_harm var from spiders and bears from "pokes" to "hits"

Those were some really strong pokes...

Fixes #687
This commit is contained in:
Aranclanos
2013-07-04 11:09:23 -03:00
parent 59156f3b21
commit 851e99f60e
2 changed files with 3 additions and 3 deletions
@@ -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()
..()
@@ -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