mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
7/7 Bugfixes (#20969)
Fixes #20958 Fixes #20949 Fixes #20916 Fixes #20556 Fixes #20692 Fixes #20553 Fixes #20488 Fixes #20618
This commit is contained in:
@@ -994,6 +994,7 @@
|
||||
sheet_singular_name = "tile"
|
||||
sheet_plural_name = "tiles"
|
||||
protectiveness = 1 // 4%
|
||||
icon_base = "carpet"
|
||||
table_icon = 'icons/obj/structure/tables/fancy_table.dmi'
|
||||
golem = SPECIES_GOLEM_CLOTH
|
||||
drop_sound = 'sound/items/drop/cloth.ogg'
|
||||
@@ -1005,6 +1006,7 @@
|
||||
use_name = "black upholstery"
|
||||
stack_type = /obj/item/stack/tile/carpet/black
|
||||
icon_colour = COLOR_BLACK
|
||||
icon_base = "carpet_black"
|
||||
table_icon = 'icons/obj/structure/tables/fancy_table_black.dmi'
|
||||
|
||||
/material/carpet/blue
|
||||
@@ -1012,6 +1014,7 @@
|
||||
use_name = "blue upholstery"
|
||||
stack_type = /obj/item/stack/tile/carpet/lightblue
|
||||
icon_colour = COLOR_BLUE
|
||||
icon_base = "carpet_blue"
|
||||
table_icon = 'icons/obj/structure/tables/fancy_table_blue.dmi'
|
||||
|
||||
/material/carpet/cyan
|
||||
@@ -1019,6 +1022,7 @@
|
||||
use_name = "cyan upholstery"
|
||||
stack_type = /obj/item/stack/tile/carpet/cyan
|
||||
icon_colour = COLOR_CYAN
|
||||
icon_base = "carpet_cyan"
|
||||
table_icon = 'icons/obj/structure/tables/fancy_table_cyan.dmi'
|
||||
|
||||
/material/carpet/green
|
||||
@@ -1026,6 +1030,7 @@
|
||||
use_name = "green upholstery"
|
||||
stack_type = /obj/item/stack/tile/carpet/green
|
||||
icon_colour = COLOR_GREEN
|
||||
icon_base = "carpet_green"
|
||||
table_icon = 'icons/obj/structure/tables/fancy_table_green.dmi'
|
||||
|
||||
/material/carpet/orange
|
||||
@@ -1033,6 +1038,7 @@
|
||||
use_name = "orange upholstery"
|
||||
stack_type = /obj/item/stack/tile/carpet/orange
|
||||
icon_colour = COLOR_ORANGE
|
||||
icon_base = "carpet_orange"
|
||||
table_icon = 'icons/obj/structure/tables/fancy_table_green.dmi'
|
||||
|
||||
/material/carpet/purple
|
||||
@@ -1040,12 +1046,14 @@
|
||||
use_name = "purple upholstery"
|
||||
stack_type = /obj/item/stack/tile/carpet/purple
|
||||
icon_colour = COLOR_PURPLE
|
||||
icon_base = "carpet_purple"
|
||||
table_icon = 'icons/obj/structure/tables/fancy_table_purple.dmi'
|
||||
|
||||
/material/carpet/red
|
||||
name = MATERIAL_CARPET_RED
|
||||
stack_type = /obj/item/stack/tile/carpet/red
|
||||
icon_colour = COLOR_RED
|
||||
icon_base = "carpet_red"
|
||||
table_icon = 'icons/obj/structure/tables/fancy_table_red.dmi'
|
||||
|
||||
/material/cloth
|
||||
|
||||
Reference in New Issue
Block a user