Add classes

This commit is contained in:
rubenwardy 2019-03-21 01:36:59 +00:00
parent bc9967907e
commit 34d891c6c5
18 changed files with 257 additions and 6 deletions

View file

@ -126,6 +126,6 @@ function ctf_alloc.set_all()
give_initial_stuff(player)
end
player:set_hp(20)
player:set_hp(player:get_properties().hp_max)
end
end