Merge pull request #14880 from Youtubeboy139/Take-me-out-to-the-Ball-Game

Take me out to the Ball Game
This commit is contained in:
Heroman3003
2023-05-25 09:48:01 +10:00
committed by CHOMPStation2
parent 5f07c2a152
commit f0a0c6d506
9 changed files with 25 additions and 3 deletions

View File

@@ -111,6 +111,7 @@ something, make sure it's not in one of the other lists.*/
prob(2);/obj/item/toy/tennis/cyan,
prob(2);/obj/item/toy/tennis/blue,
prob(2);/obj/item/toy/tennis/purple,
prob(1);/obj/item/toy/baseball,
prob(1);/obj/item/pizzavoucher
/* VOREStation Edit End */
)

View File

@@ -156,5 +156,6 @@
prob(2);/obj/item/toy/tennis/blue,
prob(2);/obj/item/toy/tennis/purple,
prob(2);/obj/item/clothing/ears/earmuffs,
prob(2);/obj/item/clothing/ears/earmuffs/headphones
prob(2);/obj/item/clothing/ears/earmuffs/headphones,
prob(2);/obj/item/toy/baseball
)