- Changed the text that is displayed when you use disarm on Ian or a corgi from 'X gently pushes aside Ian' to 'X bops Ian'

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4192 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-07-27 12:43:13 +00:00
parent 18ad19d3cf
commit e87875a242
@@ -16,7 +16,7 @@
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat/corgi
meat_amount = 3
response_help = "pets the"
response_disarm = "gently pushes aside the"
response_disarm = "bops the"
response_harm = "kicks the"
see_in_dark = 5
var/obj/item/inventory_head
@@ -260,7 +260,7 @@
var/turns_since_scan = 0
var/obj/movement_target
response_help = "pets"
response_disarm = "gently pushes aside"
response_disarm = "bops"
response_harm = "kicks"
/mob/living/simple_animal/corgi/Ian/Life()