Skip to content

Commit

Permalink
Fix: Mecha interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Oct 23, 2023
1 parent 5f5b206 commit 5ac1f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/mecha_skins/code/paintkit_install.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/mecha/attackby(obj/item/W, mob/user, params)
. = .
. = ..()
if(istype(W, /obj/item/paintkit))
if(occupant)
to_chat(user, "Вы не можете кастомизировать экзокостюм, пока кто-то его пилотирует - это небезопасно!")
Expand Down

0 comments on commit 5ac1f30

Please sign in to comment.