mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
Fix stuff and give name
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user