Makes you able to select the borg plushies

Without a name, nothing but the 'robot plushie' itself was selectable in the plushie menu because there was no names to pick.

This fixes that. I want my medical drake plushie NOW.
This commit is contained in:
C.L
2022-08-08 02:01:53 -04:00
parent 20da18f481
commit 215fd04658
+4
View File
@@ -87,16 +87,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"