mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 08:43:26 +01:00
Merge pull request #8926 from KillianKirilenko/kk-ships
Additional Ships
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/obj/random/empty_or_lootable_crate
|
||||
name = "random crate"
|
||||
desc = "Spawns a random crate which may or may not have contents. Sometimes spawns nothing."
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon_state = "moneybag"
|
||||
spawn_nothing_percentage = 20
|
||||
|
||||
/obj/random/empty_or_lootable_crate/item_to_spawn()
|
||||
return pick(/obj/random/crate,
|
||||
/obj/random/multiple/corp_crate)
|
||||
Reference in New Issue
Block a user