mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Borg Plushies Have Selectable Modules, Adds Missing Species Plushies to Plush Spawner (#27843)
* Creation * pluuushie * Update toys.dm * Apply suggestions from code review Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> * Update code/game/objects/items/toys.dm Co-authored-by: Piesuu <109899867+Piesuu@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> * Update toys.dm --------- Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com> Co-authored-by: Piesuu <109899867+Piesuu@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
co-authored by
PollardTheDragon
Piesuu
Luc
parent
3db86c80ac
commit
5e6629c12b
@@ -53,13 +53,19 @@
|
||||
/obj/item/toy/plushie/tuxedo_cat
|
||||
),
|
||||
|
||||
list(// species plushie minus nian
|
||||
/obj/item/toy/plushie/voxplushie,
|
||||
/obj/item/toy/plushie/ipcplushie,
|
||||
list(// Species plushies minus Nian.
|
||||
/obj/item/toy/plushie/dionaplushie,
|
||||
/obj/item/toy/plushie/draskplushie,
|
||||
/obj/item/toy/plushie/greyplushie,
|
||||
/obj/item/toy/plushie/nianplushie,
|
||||
/obj/item/toy/plushie/humanplushie,
|
||||
/obj/item/toy/plushie/kidanplushie,
|
||||
/obj/item/toy/plushie/ipcplushie,
|
||||
/obj/item/toy/plushie/plasmamanplushie,
|
||||
/obj/item/toy/plushie/skrellplushie,
|
||||
/obj/item/toy/plushie/voxplushie,
|
||||
/obj/item/toy/plushie/abductor,
|
||||
/obj/item/toy/plushie/abductor/agent
|
||||
/obj/item/toy/plushie/abductor/agent,
|
||||
/obj/item/toy/plushie/borgplushie/random
|
||||
),
|
||||
|
||||
list (
|
||||
|
||||
Reference in New Issue
Block a user