Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Oct 15, 2024
1 parent 767a627 commit bce82a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/projectiles/guns/ballistic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -386,16 +386,16 @@
var/obj/item/ammo_box/magazine/old_mag = magazine
if (tac_load)
if (insert_magazine(user, tac_load, FALSE))
balloon_alert(user, "снятие [magazine_wording]")
balloon_alert(user, "извлечение [magazine_wording]")
else
to_chat(user, span_warning("Вы провели снятие [magazine_wording], но не можете вставить новый. Как неловко."))
to_chat(user, span_warning("Вы извлекаете [magazine_wording], но не можете вставить новый. Как неловко."))
magazine = null
else
magazine = null
user.put_in_hands(old_mag)
old_mag.update_appearance()
if (display_message)
balloon_alert(user, "снятие [magazine_wording]")
balloon_alert(user, "извлечение [magazine_wording]")
update_appearance()

/obj/item/gun/ballistic/can_shoot()
Expand Down

0 comments on commit bce82a8

Please sign in to comment.