Update mecha_construction_paths.dm

This commit is contained in:
Trilbyspaceclone
2020-05-08 15:13:13 -04:00
committed by GitHub
parent 5ab1d04154
commit e0d56363d4
+1 -1
View File
@@ -8,7 +8,7 @@
/datum/component/construction/mecha/examine(mob/user)
. = ..()
if(looky_helpy)
switch(key)
switch("key")
if(TOOL_WRENCH)
desc += "<span class='notice'>The mech could be <b>wrenched</b> into place.</span>"
if(TOOL_SCREWDRIVER)