new telecrystal and bluespace crystal sprites (#16015)

* new telecrystal and bluespace crystal sprites

from tg nuff seid.

* yeah sure
This commit is contained in:
Wowzewow (Wezzy)
2023-03-19 01:27:22 +00:00
committed by GitHub
parent 9d39fa9d15
commit 2b38824bfc
5 changed files with 42 additions and 2 deletions
@@ -3,7 +3,6 @@
desc = "It seems to be pulsing with suspiciously enticing energies."
desc_antag = "Telecrystals can be activated by utilizing them on devices with an actively running uplink. They will not activate on unactivated uplinks."
singular_name = "telecrystal"
icon = 'icons/obj/telescience.dmi'
icon_state = "telecrystal"
w_class = ITEMSIZE_TINY
max_amount = 50
@@ -34,4 +33,4 @@
I.hidden_uplink.update_nano_data()
SSnanoui.update_uis(I.hidden_uplink)
use(amount)
to_chat(user, "<span class='notice'>You slot \the [src] into \the [I] and charge its internal uplink.</span>")
to_chat(user, SPAN_NOTICE("You slot \the [src] into \the [I] and charge its internal uplink."))