mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user