diff --git a/code/datums/supplypacks/misc.dm b/code/datums/supplypacks/misc.dm index cb420cd056..1e5890f0c8 100644 --- a/code/datums/supplypacks/misc.dm +++ b/code/datums/supplypacks/misc.dm @@ -83,7 +83,8 @@ /obj/item/toy/plushie/borgplushie/medihound, /obj/item/toy/plushie/borgplushie/scrubpuppy, /obj/item/toy/plushie/foxbear, - /obj/item/toy/plushie/nukeplushie) + /obj/item/toy/plushie/nukeplushie, + /obj/item/toy/plushie/otter) //VOREStation Add End name = "Plushies Crate" cost = 15 diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index 6a90413228..e62a0827c2 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -1134,7 +1134,8 @@ /obj/item/toy/plushie/borgplushie/medihound = 1, /obj/item/toy/plushie/borgplushie/scrubpuppy = 1, /obj/item/toy/plushie/foxbear = 1, - /obj/item/toy/plushie/nukeplushie = 1) + /obj/item/toy/plushie/nukeplushie = 1, + /obj/item/toy/plushie/otter = 1) //VOREStation Add End premium = list(/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne = 1, /obj/item/weapon/storage/trinketbox = 2) @@ -1173,7 +1174,8 @@ /obj/item/toy/plushie/borgplushie/medihound = 50, /obj/item/toy/plushie/borgplushie/scrubpuppy = 50, /obj/item/toy/plushie/foxbear = 50, - /obj/item/toy/plushie/nukeplushie = 50) + /obj/item/toy/plushie/nukeplushie = 50, + /obj/item/toy/plushie/otter = 50) //VOREStation Add End /obj/machinery/vending/fishing diff --git a/code/game/objects/random/misc.dm b/code/game/objects/random/misc.dm index fe53d2ef55..944c1145ad 100644 --- a/code/game/objects/random/misc.dm +++ b/code/game/objects/random/misc.dm @@ -479,7 +479,8 @@ /obj/item/toy/plushie/borgplushie/medihound, /obj/item/toy/plushie/borgplushie/scrubpuppy, /obj/item/toy/plushie/foxbear, - /obj/item/toy/plushie/nukeplushie) + /obj/item/toy/plushie/nukeplushie, + /obj/item/toy/plushie/otter) //VOREStation Add End /obj/random/plushielarge