Update set_attach rotation

This commit is contained in:
tacigar 2017-01-08 11:41:38 +09:00
parent d94f6fa8b7
commit 7e090ce75d
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ do
local luaentity = obj:get_luaentity()
if maidroid.is_maidroid(luaentity.name) then
self.object:set_attach(obj, "Arm_R", {x = 0.075, y = 0.60, z = -0.20}, {x = 0, y = 90, z = 0})
self.object:set_attach(obj, "Arm_R", {x = 0.065, y = 0.50, z = -0.15}, {x = -45, y = 0, z = 0})
self.object:set_properties{textures={"maidroid:dummy_empty_craftitem"}}
return
end