mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +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)
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user