fixthedamnballs
This commit is contained in:
@@ -8,19 +8,10 @@
|
||||
path = /obj/item/choice_beacon/box/plushie
|
||||
subcategory = LOADOUT_SUBCATEGORY_BACKPACK_TOYS
|
||||
|
||||
/datum/gear/backpack/tennis
|
||||
name = "Tri-color Polychromic Tennis Ball"
|
||||
path = /obj/item/toy/fluff/tennis_poly/tri
|
||||
cost = 3
|
||||
|
||||
/datum/gear/backpack/tennis
|
||||
name = "Squeakable Tri-color Polychromic Tennis Ball"
|
||||
path = /obj/item/toy/fluff/tennis_poly/tri/squeak
|
||||
cost = 6
|
||||
|
||||
/datum/gear/backpack/tennis
|
||||
name = "Polychromic Tennis Ball"
|
||||
path = /obj/item/toy/fluff/tennis_poly
|
||||
subcategory = LOADOUT_SUBCATEGORY_BACKPACK_TOYS
|
||||
|
||||
/datum/gear/backpack/tennis/red
|
||||
name = "Red Tennis Ball"
|
||||
@@ -46,6 +37,16 @@
|
||||
name = "Purple Tennis Ball"
|
||||
path = /obj/item/toy/fluff/tennis_poly/purple
|
||||
|
||||
/datum/gear/backpack/tennis/tri
|
||||
name = "Tri-color Polychromic Tennis Ball"
|
||||
path = /obj/item/toy/fluff/tennis_poly/tri
|
||||
cost = 3
|
||||
|
||||
/datum/gear/backpack/tennis/tri/squeak
|
||||
name = "Squeakable Tri-color Polychromic Tennis Ball"
|
||||
path = /obj/item/toy/fluff/tennis_poly/tri/squeak
|
||||
cost = 6
|
||||
|
||||
/datum/gear/backpack/bone
|
||||
name = "Polychromic Bone"
|
||||
path = /obj/item/toy/fluff/bone_poly
|
||||
@@ -75,6 +76,11 @@
|
||||
name = "Purple Polychromic Bone"
|
||||
path = /obj/item/toy/fluff/bone_poly/purple
|
||||
|
||||
/datum/gear/backpack/bone/squeak
|
||||
name = "Squeakable Polychromic Bone"
|
||||
path = /obj/item/toy/fluff/bone_poly/squeak
|
||||
cost = 6
|
||||
|
||||
/datum/gear/backpack/frisbee
|
||||
name = "Polychromic Frisbee"
|
||||
path = /obj/item/toy/fluff/frisbee_poly
|
||||
|
||||
Reference in New Issue
Block a user