WR_SC_Map_Changes

- Fixes sprite issues with departmental intercoms.
- Tweaks to the random objects dm
- Copies Bay's flora and warning sign list, as well as ports some of their signs.
- Addition of a couple new floor decals.
- New table preset, wooden reinforced.
This commit is contained in:
woodratt
2017-03-08 11:10:07 -08:00
parent 587044275c
commit 19fb047f01
8 changed files with 329 additions and 10 deletions
+9 -1
View File
@@ -28,7 +28,7 @@
material = get_material_by_name(DEFAULT_TABLE_MATERIAL)
reinforced = get_material_by_name(DEFAULT_WALL_MATERIAL)
..()
steel_reinforced
icon_state = "reinf_preview"
color = "#666666"
@@ -37,6 +37,14 @@
reinforced = get_material_by_name(DEFAULT_WALL_MATERIAL)
..()
wooden_reinforced
icon_state = "reinf_preview"
color = "#824B28"
New()
material = get_material_by_name("wood")
reinforced = get_material_by_name(DEFAULT_WALL_MATERIAL)
..()
woodentable
icon_state = "plain_preview"
color = "#824B28"