Makes it possible to convert uplink TCs into physical form.

These crystals can be inserted into active uplinks, making it possible to trade them.
Variant of https://github.com/ParadiseSS13/Paradise/pull/3174/files.

The uplink now always shows the description to avoid annoying button shifting.
This commit is contained in:
PsiOmegaDelta
2016-01-11 16:58:42 +01:00
parent 3aa3073f51
commit dcfe907ff0
21 changed files with 822 additions and 768 deletions

View File

@@ -40,7 +40,7 @@
/obj/item/stack/examine(mob/user)
if(..(user, 1))
if(!uses_charge)
user << "There are [src.amount] [src.singular_name]\s in the stack."
user << "There [src.amount == 1 ? "is" : "are"] [src.amount] [src.singular_name]\s in the stack."
else
user << "There is enough charge for [get_amount()]."