We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 363be38 + 508e41c commit 46eab9eCopy full SHA for 46eab9e
code/game/objects/items/wall_mounted.dm
@@ -62,7 +62,7 @@
62
// For camera-building borgs
63
var/turf/T = get_step(get_turf(user), user.dir)
64
if(iswallturf(T))
65
- T.attackby(user, tool)
+ T.attackby(src, user)
66
return TOOL_ACT_TOOLTYPE_SUCCESS
67
68
/obj/item/wallframe/wrench_act(mob/living/user, obj/item/tool)
0 commit comments