Ore redemption screwdriver fix

This commit is contained in:
Markolie
2015-09-18 18:29:05 +02:00
parent 44607294fa
commit 67e2f35f49
+4 -4
View File
@@ -102,6 +102,10 @@
interact(user)
return
if(default_deconstruction_screwdriver(user, "ore_redemption-open", "ore_redemption", W))
updateUsrDialog()
return
if(exchange_parts(user, W))
return
@@ -113,10 +117,6 @@
if(default_unfasten_wrench(user, W))
return
if(default_deconstruction_screwdriver(user, "ore_redemption-open", "ore_redemption", W))
updateUsrDialog()
return
..()