Allows engineering borgs to change painter type. (#17764)

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
Adrer
2022-05-10 15:13:41 +02:00
committed by GitHub
parent 607c2952b1
commit 2d8d26264d
@@ -97,8 +97,6 @@
*/
/obj/item/painter/CtrlClick(mob/user)
. = ..()
if(!ishuman(user)) // Only want human players doing this
return
if(loc != user) // Not being held
return