mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-21 12:18:11 +01:00
16 lines
685 B
Plaintext
16 lines
685 B
Plaintext
/obj/item/toy/plush/borgplushie/meddrake
|
|
name = "MediDrake Plushie"
|
|
desc = "An adorable stuffed toy of a Medidrake."
|
|
icon = 'modular_sand/icons/obj/plushes.dmi'
|
|
icon_state = "meddrake"
|
|
lefthand_file = 'modular_sand/icons/mob/inhands/misc/plushes_lefthand.dmi'
|
|
righthand_file = 'modular_sand/icons/mob/inhands/misc/plushes_righthand.dmi'
|
|
|
|
/obj/item/toy/plush/borgplushie/secdrake
|
|
name = "SecDrake Plushie"
|
|
desc = "An adorable stuffed toy of a Secdrake."
|
|
icon = 'modular_sand/icons/obj/plushes.dmi'
|
|
icon_state = "secdrake"
|
|
lefthand_file = 'modular_sand/icons/mob/inhands/misc/plushes_lefthand.dmi'
|
|
righthand_file = 'modular_sand/icons/mob/inhands/misc/plushes_righthand.dmi'
|