Adds an error message when attempting to scan the Core R&D Console as a Space Ninja (#32415)

* Config changes

* Merging updates

* example config oopsie

* Fixes rustlibs.dll

* Adds error message

* Changes wording and formatting.

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: AurouraPlays <150855752+AurouraPlays@users.noreply.github.com>

---------

Signed-off-by: AurouraPlays <150855752+AurouraPlays@users.noreply.github.com>
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
This commit is contained in:
AurouraPlays
2026-08-25 04:55:19 +00:00
committed by GitHub
co-authored by CRUNCH
parent 37e737b8a8
commit 3706f4b283
+3
View File
@@ -124,6 +124,9 @@
ninja_obj.completed = TRUE
ninja_obj.complete_objective()
return TRUE
if(istype(ninja_obj, /datum/objective/ninja/hack_rnd) && istype(attacked_obj, /obj/machinery/computer/rdconsole))
to_chat(user, SPAN_WARNING("The client wants access to the R&D Server controller itself, not this workstation console!"))
return TRUE
if(istype(ninja_obj, /datum/objective/ninja/insert_spider_rod) && istype(attacked_obj, /obj/machinery/atmospherics/reactor_chamber))
var/obj/machinery/atmospherics/reactor_chamber/r_chamber = attacked_obj
if(!r_chamber.held_rod)