Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Dec 10, 2023
1 parent e6ad892 commit 1c26140
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modular_ss220/sechailer/code/sechailer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ GLOBAL_LIST_EMPTY(sechailers)
var/on_cooldown = FALSE
var/emped = FALSE
var/static/list/available_dispatch_messages = list(
"502 (Убийство)",
"101 (Сопротивление Аресту)",
"308 (Вторжение)",
"305 (Мятеж)",
"402 (Нападение на Офицера)")
"502 (Убийство)",
"101 (Сопротивление Аресту)",
"308 (Вторжение)",
"305 (Мятеж)",
"402 (Нападение на Офицера)")
actions_types = list(/datum/action/item_action/dispatch, /datum/action/item_action/halt, /datum/action/item_action/adjust, /datum/action/item_action/selectphrase)

/obj/item/clothing/mask/gas/sechailer/hos
Expand Down

0 comments on commit 1c26140

Please sign in to comment.