From 59ea1de538bef89b0491ebfb2a0195ca633d9afa Mon Sep 17 00:00:00 2001 From: Casey Date: Sun, 14 Aug 2022 01:38:10 -0400 Subject: [PATCH] Merge pull request #13469 from Cameron653/plushie Makes you able to select the borg plushies --- code/game/objects/items/toys/toys_vr.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/objects/items/toys/toys_vr.dm b/code/game/objects/items/toys/toys_vr.dm index 60be8422b9..386d73aaa9 100644 --- a/code/game/objects/items/toys/toys_vr.dm +++ b/code/game/objects/items/toys/toys_vr.dm @@ -92,16 +92,20 @@ attack_verb = list("beeped", "booped", "pinged") /obj/item/toy/plushie/borgplushie/medihound + name = "medihound plushie" icon_state = "medihound" /obj/item/toy/plushie/borgplushie/scrubpuppy + name = "janihound plushie" icon_state = "scrubpuppy" /obj/item/toy/plushie/borgplushie/drakiesec + name = "security drake plushie" icon = 'icons/obj/drakietoy_vr.dmi' icon_state = "secdrake" /obj/item/toy/plushie/borgplushie/drakiemed + name = "medical drake plushie" icon = 'icons/obj/drakietoy_vr.dmi' icon_state = "meddrake"