RBMK Fixes

This commit is contained in:
Archie
2021-06-22 03:03:27 -03:00
parent e6d9be83b6
commit 7584df22b8
2 changed files with 8 additions and 2 deletions
@@ -9,12 +9,13 @@
if(istype(I))
to_chat(user, "<span class='notice'>You add the reactor's ID to \the [src]>")
src.id = I.buffer
link_to_reactor()
return TRUE
/obj/machinery/atmospherics/components/trinary/nuclear_reactor/cargo // easier on the brain
/obj/machinery/atmospherics/components/trinary/nuclear_reactor/cargo/New()
id = rand(1, 1000000) // cmon, what are the chances?
id = rand(1, 9999999) // cmon, what are the chances?
// Cargo varients can be wrenched down and don't start linked to the default RMBK reactor
@@ -29,3 +30,7 @@
/obj/machinery/computer/reactor/fuel_rods/cargo
anchored = FALSE
id = null
/obj/item/paper/fluff/rbmkcargo
name = "Nuclear Reactor Instructions"
info = "Make sure a 5x5 area is completely clear of pipes, cables and machinery when using the beacon. Those will be provided automatically with the beacon's bluespace decompression. Use a multitool on the reactor then on the computers provided to link them together. Good luck!"