[MIRROR] Bluespace Crackers (#8560)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-06-27 07:18:41 -07:00
committed by GitHub
parent 4a906ede59
commit e732aaa82b
11 changed files with 192 additions and 3 deletions

View File

@@ -113,7 +113,8 @@ something, make sure it's not in one of the other lists.*/
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
prob(1);/obj/item/pizzavoucher,
prob(2);/obj/item/weapon/cracker
/* VOREStation Edit End */
)

View File

@@ -1152,5 +1152,13 @@
prob(8);/obj/item/capture_crystal/random,
prob(10);/obj/item/weapon/bluespace_harpoon,
prob(10);/obj/item/weapon/bluespace_crystal,
prob(1);/obj/item/clothing/glasses/graviton
prob(1);/obj/item/clothing/glasses/graviton,
prob(10);/obj/item/weapon/cracker,
prob(1);/obj/item/weapon/cracker/shrinking,
prob(1);/obj/item/weapon/cracker/growing,
prob(1);/obj/item/weapon/cracker/invisibility,
prob(1);/obj/item/weapon/cracker/drugged,
prob(1);/obj/item/weapon/cracker/knockover,
prob(1);/obj/item/weapon/cracker/vore,
prob(1);/obj/item/weapon/cracker/money
)