1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 16:30:32 +02: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:
LeMagnesium 2015-02-18 17:43:05 +01:00
parent 8ca4e4982c
commit b989218cdf

View File

@ -50,7 +50,6 @@ for i in ipairs(armchairs_list) do
end
pos.y = pos.y-0.5
clicker:setpos(pos)
clicker:set_hp(20)
end
})