Skip to content

Commit

Permalink
Merge pull request tgstation#13343 from GunHog/L2TestNoob
Browse files Browse the repository at this point in the history
Fixes inability to upgrade gun rechargers
  • Loading branch information
RemieRichards committed Dec 2, 2015
2 parents 08bb506 + c09b880 commit 29d1684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/machinery/recharger.dm
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
default_deconstruction_crowbar(G)
return

if(exchange_parts(user, G))
return

/obj/machinery/recharger/attack_hand(mob/user)
if(issilicon(user))
return
Expand Down

0 comments on commit 29d1684

Please sign in to comment.