From d3a1d1ddc6ce8a700da5db8411ed5fdcc8a2cb05 Mon Sep 17 00:00:00 2001 From: Sobolli <157487129+Sobolli@users.noreply.github.com> Date: Sat, 25 May 2024 18:08:03 +0500 Subject: [PATCH] tweak: Changing the description of the thief's goal (#5085) Update steal_items.dm --- code/game/gamemodes/steal_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/steal_items.dm b/code/game/gamemodes/steal_items.dm index 21d49f19644..89836e130b3 100644 --- a/code/game/gamemodes/steal_items.dm +++ b/code/game/gamemodes/steal_items.dm @@ -537,7 +537,7 @@ GLOBAL_LIST_INIT(ungibbable_items_types, get_ungibbable_items_types()) /datum/theft_objective/animal/floppa id = "animal_floppa" typepath = /mob/living/simple_animal/pet/cat/floppa - name = "рысь по кличке Big Floppa" + name = "каракала по кличке Big Floppa" /datum/theft_objective/animal/runtime id = "animal_runtime"