adds abductor replication lab with advanced tools

This commit is contained in:
Seris02
2019-07-15 15:18:04 +08:00
parent 8c1b7c4f22
commit 59f45d3e35
12 changed files with 655 additions and 4 deletions
+3
View File
@@ -231,6 +231,9 @@
// Same for anyone with an abductor multitool.
else if(user.is_holding_item_of_type(/obj/item/multitool/abductor))
reveal_wires = TRUE
// and advanced multitool
else if(user.is_holding_item_of_type(/obj/item/multitool/advanced))
reveal_wires = TRUE
// Station blueprints do that too, but only if the wires are not randomized.
else if(user.is_holding_item_of_type(/obj/item/areaeditor/blueprints) && !randomize)