mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user