Skip to content

Commit

Permalink
fix: linter and redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullonibus committed Nov 10, 2023
1 parent bd0b510 commit 1d44bc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modular_ss220/objects/code/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@

// Тактическая бита Флота NanoTrasen
/obj/item/melee/baseball_bat/homerun/central_command
name = "тактическая бита Флота NanoTrasen"
name = "тактическая бита Флота Nanotrasen"
desc = "Выдвижная тактическая бита Центрального Командования Nanotrasen. \
В официальных документах эта бита проходит под элегантным названием \"Высокоскоростная система доставки СРП\". \
Выдаваясь только самым верным и эффективным офицерам NanoTrasen, это оружие является одновременно символом статуса \
Expand Down Expand Up @@ -225,7 +225,6 @@
else
to_chat(user, span_notice("Вы деактивировали [src.name]."))
item_state = initial(item_state)
slot_flags = initial(slot_flags)
w_class = initial(w_class)
force = initial(force)
attack_verb = initial(attack_verb)
Expand Down

0 comments on commit 1d44bc3

Please sign in to comment.