Merge pull request #8926 from KillianKirilenko/kk-ships

Additional Ships
This commit is contained in:
Novacat
2020-09-27 17:01:12 -04:00
committed by GitHub
18 changed files with 25126 additions and 1 deletions
+10
View File
@@ -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)