mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 04:32:42 +00:00
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
/obj/machinery/radiocarbon_spectrometer
|
/obj/machinery/radiocarbon_spectrometer
|
||||||
name = "Radiocarbon spectrometer"
|
name = "radiocarbon spectrometer"
|
||||||
desc = "A specialised, complex scanner for gleaning information on all manner of small things."
|
desc = "A specialised, complex scanner for gleaning information on all manner of small things."
|
||||||
anchored = 1
|
anchored = 1
|
||||||
density = 1
|
density = 1
|
||||||
@@ -91,9 +91,13 @@
|
|||||||
user << "<span class='info'>You remove [amount_transferred]u of coolant from [src].</span>"
|
user << "<span class='info'>You remove [amount_transferred]u of coolant from [src].</span>"
|
||||||
update_coolant()
|
update_coolant()
|
||||||
return
|
return
|
||||||
|
if(scanned_item)
|
||||||
|
user << "<span class=warning>\The [src] already has \a [scanned_item] inside!</span>"
|
||||||
|
return
|
||||||
user.drop_item()
|
user.drop_item()
|
||||||
I.loc = src
|
I.loc = src
|
||||||
scanned_item = I
|
scanned_item = I
|
||||||
|
user << "<span class=notice>You put \the [I] into \the [src].</span>"
|
||||||
|
|
||||||
/obj/machinery/radiocarbon_spectrometer/proc/update_coolant()
|
/obj/machinery/radiocarbon_spectrometer/proc/update_coolant()
|
||||||
var/total_purity = 0
|
var/total_purity = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user