Skip to content

Commit

Permalink
фикс
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCat15352 committed Dec 29, 2024
1 parent a358723 commit 5e2a89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod_celadon/items/code/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
radio_type = null
/obj/item/storage/box/survival/inteq/PopulateContents()
var/static/items_inside = list(
/obj/item/clothing/mask/gas/sechailer/balaclava/inteq = 1,\
/obj/item/clothing/mask/balaclava = 1,\
/obj/item/tank/internals/emergency_oxygen/engi = 1,\
/obj/item/reagent_containers/hypospray/medipen/atropine = 1,\
/obj/item/reagent_containers/pill/penacid = 1,\
/obj/item/reagent_containers/food/snacks/rationpack = 1,\
/obj/item/storage/ration = 1,\
/obj/item/radio = 1,\
/obj/item/crowbar/red = 1,\
)
Expand Down

0 comments on commit 5e2a89f

Please sign in to comment.