Refactors and fixes RPEDs

This commit is contained in:
Dax Dupont
2018-04-27 13:13:37 -05:00
committed by CitadelStationBot
parent ab3c55ab23
commit 4850230fc4
41 changed files with 53 additions and 117 deletions
-3
View File
@@ -62,9 +62,6 @@
recharging_turf = get_step(loc, dir)
return
if(exchange_parts(user, I))
return
if(default_deconstruction_crowbar(I))
return
return ..()
-3
View File
@@ -401,9 +401,6 @@
if(default_deconstruction_screwdriver(user, "fab-o", "fab-idle", W))
return TRUE
if(exchange_parts(user, W))
return TRUE
if(default_deconstruction_crowbar(W))
return TRUE