mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
New Gateway Stuff!
Some new gateway things, it mostly works I just need to populate things and work out a couple kinks.
This commit is contained in:
@@ -1345,6 +1345,28 @@
|
||||
/obj/random/multiple/large_corp_crate
|
||||
)
|
||||
)
|
||||
//VOREStation Add - Random good, no guns gooder
|
||||
/obj/random/multiple/random_size_crate/no_weapons
|
||||
name = "random size corporate crate (no weapons)"
|
||||
desc = "A random size corporate crate with thematic contents: prefers small crates."
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon_state = "largermetal"
|
||||
spawn_nothing_percentage = 50
|
||||
|
||||
/obj/random/multiple/random_size_crate/no_weapons/item_to_spawn()
|
||||
return pick(
|
||||
prob(85);list(
|
||||
/obj/random/multiple/corp_crate/no_weapons
|
||||
),
|
||||
prob(15);list(
|
||||
/obj/random/multiple/large_corp_crate/no_weapons
|
||||
)
|
||||
)
|
||||
|
||||
/obj/random/multiple/random_size_crate/no_weapons/nofail
|
||||
spawn_nothing_percentage = 0
|
||||
|
||||
//VOREStation Add End
|
||||
/*
|
||||
* Turf swappers.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user