forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 125
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
Showing
4 changed files
with
27 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
#include "code/under.dm" | ||
#include "code/cloaks.dm" | ||
#include "code/garment_bag.dm" | ||
#include "code/wallets.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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/obj/item/storage/wallet/wallet_NT | ||
name = "leather wallet NT" | ||
desc = "Ваш кошелек настолько шикарен, что с ним вы выглядите просто потрясающе." | ||
icon = 'modular_ss220/clothing/icons/object/wallets.dmi' | ||
icon_state = "wallet_NT" | ||
photo_overlay = "photo_NT" | ||
|
||
|
||
/obj/item/storage/wallet/wallet_USSP_1 | ||
name = "leather wallet USSP" | ||
desc = "Говорят, такие кошельки в СССП носят исключительно для зажигалок." | ||
icon = 'modular_ss220/clothing/icons/object/wallets.dmi' | ||
icon_state = "wallet_USSP_1" | ||
photo_overlay = "photo_USSP" | ||
|
||
|
||
/obj/item/storage/wallet/wallet_USSP_2 | ||
name = "leather wallet USSP" | ||
desc = "Говорят, такие кошельки в СССП носят исключительно для зажигалок." | ||
icon = 'modular_ss220/clothing/icons/object/wallets.dmi' | ||
icon_state = "wallet_USSP_2" | ||
photo_overlay = "photo_USSP" |
Binary file not shown.