Skip to content

Commit

Permalink
Кошели... сбился со счёту.
Browse files Browse the repository at this point in the history
Засунул кошельки в лодаут. И второй СССПшный (который менее красивый) добавил в качестве награды за тикеты, в аркадах за 35 тикетов. И убрал переменную имени, багует, как исправить не понятно.
  • Loading branch information
Sivirus committed Dec 4, 2023
1 parent 29116dc commit c85f736
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/storage/wallets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
/obj/item/storage/wallet/update_name(updates)
. = ..()
if(front_id)
name = "[name] displaying [front_id]" // SS220 EDIT
name = "wallet displaying [front_id]"
else
name = initial(name)

Expand Down
7 changes: 7 additions & 0 deletions modular_ss220/clothing/code/wallets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
icon = 'modular_ss220/clothing/icons/object/wallets.dmi'
icon_state = "wallet_USSP_1"
photo_overlay = "photo_USSP"
storage_slots = 5

/datum/prize_item/wallet_USSP_1
name = "Настоящий кошелёк СССП!"
desc = "Красота"
typepath = /obj/item/storage/wallet/wallet_USSP_1
cost = 35

/obj/item/storage/wallet/wallet_USSP_2
name = "leather wallet USSP"
Expand Down
10 changes: 10 additions & 0 deletions modular_ss220/loadout/code/donor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@
path = /obj/item/storage/wallet
cost = 12

/datum/gear/donor/Wallet_NT
display_name = "Бумажник NT"
path = /obj/item/storage/wallet/wallet_NT
cost = 12

/datum/gear/donor/Wallet_USSP
display_name = "Бумажник СССП"
path = /obj/item/storage/wallet/wallet_USSP_2
cost = 12

/datum/gear/donor/firefirstaid
display_name = "Набор первой медицинской помощи от премиальной страховки"
path = /obj/item/storage/firstaid/regular/donor
Expand Down

0 comments on commit c85f736

Please sign in to comment.