Skip to content

Commit

Permalink
Исправление имен функций.
Browse files Browse the repository at this point in the history
  • Loading branch information
LethalGhost committed Jul 3, 2017
1 parent aee8b25 commit ca16989
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 ca16989

Please sign in to comment.