Skip to content

Commit

Permalink
Фикс невозможности строить ботов
Browse files Browse the repository at this point in the history
А может и ещё что-то фиксит
  • Loading branch information
AmShegars committed Jan 9, 2025
1 parent 7aa3665 commit 7691995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/utility_items/code/on_floor_icon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
update_onturf_icon_status()

/obj/item/Move()
..()
.=..()
update_onturf_icon_status()

/obj/item/forceMove()
..()
.=..()
update_onturf_icon_status()

/obj/item/proc/update_onturf_icon_status()
Expand Down

0 comments on commit 7691995

Please sign in to comment.