upload files
This commit is contained in:
@@ -265,11 +265,10 @@
|
||||
reveal_wires = TRUE
|
||||
|
||||
// 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
|
||||
else if(user.is_holding_tool_quality(TOOL_MULTITOOL))
|
||||
var/obj/item/tool = user.is_holding_tool_quality(TOOL_MULTITOOL)
|
||||
if(tool.show_wires)
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user