mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 16:20:38 +01:00
Removed player:set_hp(20)
in lrfurn mod
- Players from now on don't get back their 20 hp when right-clicking a lrfurn's armchair.
This commit is contained in:
parent
8ca4e4982c
commit
b989218cdf
@ -50,7 +50,6 @@ for i in ipairs(armchairs_list) do
|
|||||||
end
|
end
|
||||||
pos.y = pos.y-0.5
|
pos.y = pos.y-0.5
|
||||||
clicker:setpos(pos)
|
clicker:setpos(pos)
|
||||||
clicker:set_hp(20)
|
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user