mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Adds an orderable random plushies crate for 1000 credits (#21878)
* ok one second I gotta do something else * Okay we ball * Okay we are stealthier now * Does this work? I have no idea. * So cloooose * I don't know what the fuck I am doing * IT WOOOOOOORKS * Contra reviews * oops * Contra review * Now it actually works
This commit is contained in:
@@ -261,6 +261,7 @@
|
||||
/obj/item/clothing/glasses/sunglasses)
|
||||
cost = 450
|
||||
containername = "sunglasses crate"
|
||||
|
||||
/datum/supply_packs/misc/randomised
|
||||
var/num_contained = 3 //number of items picked to be contained in a randomised crate
|
||||
contains = list(/obj/item/clothing/head/collectable/chef,
|
||||
@@ -292,6 +293,11 @@
|
||||
manifest += "Contains any [num_contained] of:"
|
||||
..()
|
||||
|
||||
/datum/supply_packs/misc/randomised/plushie
|
||||
name = "Collectable Plushies Crate"
|
||||
cost = 1000
|
||||
containername = "collectable plushies crate! Brought to you by Bass.inc!"
|
||||
contains = list(/obj/random/plushie, /obj/random/plushie, /obj/random/plushie/explosive)
|
||||
|
||||
/datum/supply_packs/misc/foamforce
|
||||
name = "Foam Force Crate"
|
||||
|
||||
Reference in New Issue
Block a user