mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
The final updates
Adds a new random spawner for coins with a fail chance (so the coins aren't always in the same place) Addsome missing vending machines to the random vending machine spawner Adds a sound to starting and stopping in ships (that only plays at most once every 10 seconds.) And sets it up so that planets and ships can have a sound when visited. A bunch of little map tweaks to polish things up!
This commit is contained in:
@@ -600,6 +600,12 @@
|
||||
prob(2);/obj/item/weapon/coin/platinum,
|
||||
prob(1);/obj/item/weapon/coin/diamond)
|
||||
|
||||
//VOREStation Add Start
|
||||
/obj/random/coin/sometimes
|
||||
spawn_nothing_percentage = 66
|
||||
|
||||
//VOREStation Add End
|
||||
|
||||
/obj/random/action_figure
|
||||
name = "random action figure"
|
||||
desc = "This is a random action figure."
|
||||
|
||||
Reference in New Issue
Block a user