Updated TGUI (#31032)

* Updated TGUI

* Added MIT license file

* Changed cr to credits
This commit is contained in:
DamianX
2021-10-18 23:29:32 +02:00
committed by GitHub
parent a4438724c9
commit c8f7857a06
87 changed files with 5862 additions and 438 deletions

View File

@@ -139,8 +139,8 @@
if(istype(item, /obj/item/stack/telecrystal))
var/obj/item/stack/telecrystal/crystals = item
telecrystals += crystals.amount
crystals.use(crystals.amount)
to_chat(attacker, "<span class='notice'>You insert [crystals.amount] telecrystal[crystals.amount > 1 ? "s" : ""] into the uplink.</span>")
crystals.use(crystals.amount)
return
var/list/items = get_uplink_items()
for(var/category in items)