mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
@@ -73,6 +73,8 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
return_name = "Uranium"
|
||||
if("diamond")
|
||||
return_name = "Diamond"
|
||||
if("plasteel")
|
||||
return_name = "Plasteel"
|
||||
return return_name
|
||||
|
||||
/obj/machinery/computer/rdconsole/proc/CallReagentName(ID)
|
||||
|
||||
@@ -29,4 +29,6 @@
|
||||
return /obj/item/stack/material/uranium
|
||||
if("diamond")
|
||||
return /obj/item/stack/material/diamond
|
||||
if("plasteel")
|
||||
return /obj/item/stack/material/plasteel
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user