Fix stuff and give name

This commit is contained in:
cadyn
2021-01-29 21:46:00 -08:00
parent 439b0a4e85
commit c86326e7a5
2 changed files with 4 additions and 0 deletions
@@ -27,10 +27,12 @@
if((O.type == I.item_path) && (O.name == I.item_name))
mod_amount(I,O.amount)
hasRecord = TRUE
qdel(O)
break
if(!hasRecord)
var/datum/stored_item/item = new/datum/stored_item(src,O.type,O.name,O.amount)
item_records.Add(item)
qdel(O)
/obj/machinery/smartfridge/tcrystal/tgui_act(action, params)
add_fingerprint(usr)
@@ -1,4 +1,6 @@
/obj/effect/bspawner
name = "bluespace tear"
desc = "An erratic portal of bluespace energies, its tear seems quite unstable but seems to endlessly create crystals. . ."
anchored = 1
icon = 'icons/obj/stationobjs_vr.dmi'
icon_state = "portalgateway"