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)
+6 -1
View File
@@ -391,4 +391,9 @@
/obj/structure/symbol/sa
desc = "It looks like a right triangle with a dot to the side. It reminds you of a wooden strut between a wall and ceiling."
icon_state = "sa"
icon_state = "sa"
/obj/structure/symbol/maint
name = "maintenance panel"
desc = "This sign suggests that the wall it's attached to can be opened somehow."
icon_state = "maintenance_panel"