From e87875a24215fa27b1c946cd58a461bd2228aff2 Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Fri, 27 Jul 2012 12:43:13 +0000 Subject: [PATCH] - 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 --- code/modules/mob/living/simple_animal/corgi.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/corgi.dm b/code/modules/mob/living/simple_animal/corgi.dm index 16add3bed94..c1e949c8cd6 100644 --- a/code/modules/mob/living/simple_animal/corgi.dm +++ b/code/modules/mob/living/simple_animal/corgi.dm @@ -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()