Merge pull request #8900 from Seris02/spaceruinsyee

Abductor Replication Lab space ruin - take 2
This commit is contained in:
kevinz000
2019-08-05 00:55:40 -07:00
committed by GitHub
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)