Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: dj-34 <[email protected]>
  • Loading branch information
PhantornRU and dj-34 authored Jan 20, 2024
1 parent e90e962 commit 60046a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 0 additions & 2 deletions modular_ss220/ranks/code/accessory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
owner = H.mind
get_rank_name(H)


// ============= Attach&Pick =============

/obj/item/clothing/under/attach_accessory(obj/item/clothing/accessory/A, mob/user, unequip = FALSE)
if(!istype(A, /obj/item/clothing/accessory/rank))
return FALSE
Expand Down
8 changes: 4 additions & 4 deletions modular_ss220/ranks/code/accessory_security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Рядовой I кл." = 15,
"Ефрейтор" = 30,
"Мл.Сержант" = 50,
"Сержант" = 100, // на момент написания, у среднего СБшника было примерно ~50-100~ часов
"Сержант" = 100, // На момент написания, у среднего СБшника было примерно ~50-100~ часов
"Ст.Сержант" = 200,
"Старшина" = 350,
"Прапорщик" = 500,
Expand Down Expand Up @@ -47,7 +47,7 @@
"Ст.Следователь" = 500,
"Специалист Бюро" = 700,
"Инспектор" = 1000,
"Начальник Исследовательского Бюро" = 3000, // большие часы. Большое название.
"Начальник Исследовательского Бюро" = 3000, // Большие часы. Большое название.
)

// Warden
Expand All @@ -56,7 +56,7 @@
item_color = "holobadge_rank_officer"
add_job_req_exp = TRUE
rank_exp_order_dict = list(
// у Вардена начальный ускоренный курс
// У Вардена начальный ускоренный курс
"Рядовой" = 0,
"Рядовой I кл." = 2,
"Ефрейтор" = 5,
Expand All @@ -73,7 +73,7 @@
"Смотритель" = 500,
"Надзиратель" = 1000,
"Тюремный Начальник" = 1500,
"Верховный Надзиратель" = 3000, // нафармил
"Верховный Надзиратель" = 3000, // Нафармил
)

// HOS
Expand Down
1 change: 0 additions & 1 deletion modular_ss220/ranks/code/accessory_supervisor.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// =================================
// Звания наблюдателей за станцией
// =================================

// BlueShield
/obj/item/clothing/accessory/rank/blueshield
icon_state = "holobadge_rank_officer"
Expand Down

0 comments on commit 60046a6

Please sign in to comment.