Skip to content

Commit

Permalink
Update code/modules/projectiles/ammunition/boxes.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Azzy <[email protected]>
  • Loading branch information
maleyvich and AzzyDreemurr13 authored Jan 7, 2025
1 parent 6644075 commit 002066c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammunition/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

/obj/item/ammo_box/eight_shells
name = "shotgun shells box (slug)"
cases = list("коробка патронов 12-ого калибра (Пуля)", "коробки патронов 12-ого калибра (Пуля)", "коробке патронов 12-ого калибра (Пуля)", "коробке патронов 12-ого калибра (Пуля)", "коробкой патронов 12-ого калибра (Пуля)", "коробке патронов 12-ого калибра (Пуля)")
cases = list("коробка патронов 12-ого калибра (Пуля)", "коробки патронов 12-ого калибра (Пуля)", "коробке патронов 12-ого калибра (Пуля)", "коробку патронов 12-ого калибра (Пуля)", "коробкой патронов 12-ого калибра (Пуля)", "коробке патронов 12-ого калибра (Пуля)")
desc = "Коробка для ружейных патронов (Пуля)"
icon_state = "blushellbox"
ammo_type = /obj/item/ammo_casing/shotgun
Expand Down

0 comments on commit 002066c

Please sign in to comment.