mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Xenoarcheologist Dedicated Role (#14532)
This commit is contained in:
@@ -78,10 +78,10 @@
|
||||
icon_state = "zav_assistant"
|
||||
item_state = "zav_assistant"
|
||||
|
||||
// Xenoarcheologist
|
||||
/obj/item/clothing/under/rank/scientist/xenoarcheologist
|
||||
name = "xenoarcheologist's jumpsuit"
|
||||
desc = "It's made of a special fiber that provides minor protection against explosions. It has markings that denote the wearer as a xenoarcheologist."
|
||||
// Xenoarchaeologist
|
||||
/obj/item/clothing/under/rank/scientist/xenoarchaeologist
|
||||
name = "xenoarchaeologist's jumpsuit"
|
||||
desc = "It's made of a special fiber that provides minor protection against explosions. It has markings that denote the wearer as a xenoarchaeologist."
|
||||
icon_state = "nt_xenoarch"
|
||||
item_state = "nt_xenoarch"
|
||||
permeability_coefficient = 0.50
|
||||
@@ -89,11 +89,11 @@
|
||||
bomb = ARMOR_BOMB_MINOR
|
||||
)
|
||||
|
||||
/obj/item/clothing/under/rank/scientist/xenoarcheologist/zeng
|
||||
/obj/item/clothing/under/rank/scientist/xenoarchaeologist/zeng
|
||||
icon_state = "zeng_xenoarch"
|
||||
item_state = "zeng_xenoarch"
|
||||
|
||||
/obj/item/clothing/under/rank/scientist/xenoarcheologist/zavod
|
||||
/obj/item/clothing/under/rank/scientist/xenoarchaeologist/zavod
|
||||
icon_state = "zav_xenoarch"
|
||||
item_state = "zav_xenoarch"
|
||||
|
||||
|
||||
@@ -39,6 +39,11 @@
|
||||
table_mat = MATERIAL_WOOD
|
||||
table_reinf = MATERIAL_WOOD
|
||||
|
||||
/obj/structure/table/reinforced/glass
|
||||
table_mat = MATERIAL_GLASS_REINFORCED
|
||||
table_reinf = MATERIAL_GLASS_REINFORCED
|
||||
alpha = 77 // 0.3 * 255
|
||||
|
||||
/obj/structure/table/wood
|
||||
icon_state = "plain_preview"
|
||||
table_mat = MATERIAL_WOOD
|
||||
|
||||
Reference in New Issue
Block a user