Skip to content

Commit

Permalink
Merge pull request #1 from RiyaMakary/mecha
Browse files Browse the repository at this point in the history
Исправление имен функций.
  • Loading branch information
RiyaMakary authored Jul 3, 2017
2 parents aee8b25 + ca16989 commit db7bc5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/mecha/equipment/tools/tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1295,9 +1295,9 @@
if(current)
user << "Controller is already occupied!"
return
occupy(AI)
occupied(AI)

/obj/item/mecha_parts/mecha_equipment/tool/ai_holder/detached()
/obj/item/mecha_parts/mecha_equipment/tool/ai_holder/detach()
if(current)
go_out()

Expand Down

0 comments on commit db7bc5c

Please sign in to comment.