Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Update ammunition.dm

* Update ammunition.dm

* Update code/modules/projectiles/ammunition.dm
  • Loading branch information
Kiromaka authored May 12, 2024
1 parent 9678aaf commit 00be3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammunition.dm
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
if(A)
A.loc = get_turf(src.loc)
user.put_in_hands(A)
to_chat(user, "<span class='notice'>Вы снимаете оболочку с [src]!</span>")
to_chat(user, "<span class='notice'>Вы вытаскиваете патрон из [CASE(src,GENITIVE_CASE)]!</span>")
update_icon()

/obj/item/ammo_box/update_icon()
Expand Down

0 comments on commit 00be3fb

Please sign in to comment.