From b25ed28367e5b1d62a228cf5dcc8ddf4df51d5c2 Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Thu, 26 Aug 2021 11:45:21 +1000 Subject: [PATCH 1/2] Makes Fumo Un-Huge --- code/game/objects/items/toys/toys.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/game/objects/items/toys/toys.dm b/code/game/objects/items/toys/toys.dm index c2d2b171c90..1a2367cae31 100644 --- a/code/game/objects/items/toys/toys.dm +++ b/code/game/objects/items/toys/toys.dm @@ -1258,6 +1258,14 @@ icon_state = "therapygreen" item_state = "egg3" // It's the green egg in items_left/righthand +<<<<<<< HEAD +======= +/obj/item/toy/plushie/fumo + name = "Fumo" + desc = "A plushie of a....?." + icon_state = "fumoplushie" + pokephrase = "I just don't think about losing." +>>>>>>> ac33af27705... Merge pull request #8239 from Cerebulon/fumo //Toy cult sword /obj/item/toy/cultsword From 1b54a180e01e6992d20b756d62fd4c2127c2e057 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 26 Aug 2021 13:09:33 -0400 Subject: [PATCH 2/2] Fix merge --- code/game/objects/items/toys/toys.dm | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/code/game/objects/items/toys/toys.dm b/code/game/objects/items/toys/toys.dm index 1a2367cae31..e428ddfc544 100644 --- a/code/game/objects/items/toys/toys.dm +++ b/code/game/objects/items/toys/toys.dm @@ -814,13 +814,6 @@ name = "void carp plushie" icon_state = "voidcarp" -// Eris -/obj/structure/plushie/fumo - name = "Fumo" - desc = "A plushie of a....?." - icon_state = "fumoplushie" - phrase = "I just don't think about losing." - //Large plushies. /obj/structure/plushie name = "generic plush" @@ -1258,14 +1251,11 @@ icon_state = "therapygreen" item_state = "egg3" // It's the green egg in items_left/righthand -<<<<<<< HEAD -======= /obj/item/toy/plushie/fumo name = "Fumo" - desc = "A plushie of a....?." + desc = "A plushie of a....?" icon_state = "fumoplushie" pokephrase = "I just don't think about losing." ->>>>>>> ac33af27705... Merge pull request #8239 from Cerebulon/fumo //Toy cult sword /obj/item/toy/cultsword