More reviews

The bat faction needs to use \ref, since the faction check system uses that too.
This commit is contained in:
SabreML
2021-09-02 21:05:18 +01:00
parent 0a4b398b06
commit e9f807fa3b
5 changed files with 39 additions and 31 deletions
+3 -6
View File
@@ -32,12 +32,9 @@
wires["Black"] = 0
wires["White"] = 0
var/list/w = list("Red","Blue","Green","Yellow","Black","White")
hack_wire = pick(w)
w -= hack_wire
shock_wire = pick(w)
w -= shock_wire
disable_wire = pick(w)
w -= disable_wire
hack_wire = pick_n_take(w)
shock_wire = pick_n_take(w)
disable_wire = pick_n_take(w)
/obj/machinery/r_n_d/Destroy()
if(loaded_item)