Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions code/modules/clothing/under/syndicate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
desc = "Увидев это, хочется приобрести карабин СКС, уйти в лес и \"оперировать\""
icon_state = "tactifool"
item_color = "tactifool"
has_sensor = 1
Comment thread
anon1mka marked this conversation as resolved.
Outdated
armor = list(MELEE = 0, BULLET = 0, LASER = 0,ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 50, ACID = 40)

/obj/item/clothing/under/syndicate/tacticool/get_ru_names()
Expand All @@ -48,10 +49,11 @@
PREPOSITIONAL = "тактикульной водолазке",
)

/obj/item/clothing/under/syndicate/tacticool/skirt

Check failure on line 52 in code/modules/clothing/under/syndicate.dm

View workflow job for this annotation

GitHub Actions / Run Linters / Linters

Identical Variables

code/modules/clothing/under/syndicate.dm:52: /obj/item/clothing/under/syndicate/tacticool/skirt has a identical variable to its parents: has_sensor = 1
name = "tacticool skirt"
icon_state = "tactifoolf"
item_color = "tactifoolf"
has_sensor = 1

/obj/item/clothing/under/syndicate/tacticool/skirt/get_ru_names()
return list(
Expand Down Expand Up @@ -118,6 +120,7 @@
desc = "Стильный комбинезон, но из дешёвого материала. Не предназначен для активного использования в бою."
icon_state = "blackops"
item_state = "blackops"
has_sensor = 1
Comment thread
anon1mka marked this conversation as resolved.
Outdated
armor = list(MELEE = 0, BULLET = 0, LASER = 0,ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 0, ACID = 0)

/obj/item/clothing/under/syndicate/blackops_civ/get_ru_names()
Expand Down
Loading