mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] Shibari! (#11716)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
SatinIsle
ShadowLarkens
Cameron Lennox
parent
2b7d27d6b8
commit
ca150fd5a2
@@ -118,7 +118,8 @@ something, make sure it's not in one of the other lists.*/
|
||||
prob(2);/obj/item/cracker,
|
||||
prob(5);/obj/random/mega_nukies,
|
||||
prob(1);/obj/random/potion_ingredient/plus,
|
||||
prob(2);/obj/random/translator
|
||||
prob(2);/obj/random/translator,
|
||||
prob(1);/obj/random/shibari
|
||||
/* VOREStation Edit End */
|
||||
)
|
||||
|
||||
|
||||
@@ -419,3 +419,20 @@
|
||||
prob(10);/obj/item/reagent_containers/food/drinks/cans/nukie_mega_shrink,
|
||||
prob(10);/obj/item/reagent_containers/food/drinks/cans/nukie_mega_grow
|
||||
)
|
||||
|
||||
/obj/random/shibari
|
||||
name = "random shibari"
|
||||
desc = "A random shibari."
|
||||
icon = 'icons/inventory/suit/item.dmi'
|
||||
icon_state = "shibari_None"
|
||||
spawn_nothing_percentage = 0
|
||||
|
||||
/obj/random/shibari/item_to_spawn()
|
||||
return pick(prob(5);/obj/item/clothing/suit/shibari,
|
||||
prob(5);/obj/item/clothing/suit/shibari/red,
|
||||
prob(5);/obj/item/clothing/suit/shibari/blue,
|
||||
prob(5);/obj/item/clothing/suit/shibari/green,
|
||||
prob(5);/obj/item/clothing/suit/shibari/yellow,
|
||||
prob(5);/obj/item/clothing/suit/shibari/black,
|
||||
prob(5);/obj/item/clothing/suit/shibari/pink
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user