forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Обновление коллекционных задач и мелочный рефактор
- Loading branch information
1 parent
2d9dfc1
commit 249a965
Showing
13 changed files
with
242 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_defines.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
// CATEGORY | ||
#define VOX_PACK_CLOTHES "Одежда" | ||
#define VOX_PACK_EQUIPMENT "Снаряжение" | ||
#define VOX_PACK_RAIDER "Наборы Рейдера" | ||
#define VOX_PACK_MERCENARIES "Наборы Наемника" | ||
#define VOX_PACK_KIT "Полные Наборы" | ||
#define VOX_PACK_CONSUMABLES "Расходники" | ||
#define VOX_PACK_GOODS "Товары" | ||
#define VOX_PACK_MISC "Разное" | ||
#define VOX_PACK_CLOTHES "Одежда" | ||
#define VOX_PACK_EQUIPMENT "Снаряжение" | ||
#define VOX_PACK_RAIDER "Наборы Рейдера" | ||
#define VOX_PACK_MERCENARIES "Наборы Наемника" | ||
#define VOX_PACK_KIT "Полные Наборы" | ||
#define VOX_PACK_CONSUMABLES "Расходники" | ||
#define VOX_PACK_GOODS "Товары" | ||
#define VOX_PACK_MISC "Разное" | ||
|
||
// Weapons | ||
#define VOX_PACK_SPIKE "Шипометы" | ||
#define VOX_PACK_DART "Дротики" | ||
#define VOX_PACK_BIO "Биооружие" | ||
#define VOX_PACK_SPIKE "Шипометы" | ||
#define VOX_PACK_DART "Дротики" | ||
#define VOX_PACK_BIO "Биооружие" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.