Add files via upload

This commit is contained in:
Zemtzov7 2023-06-20 21:59:15 +05:00 committed by GitHub
parent eaee6ff5dc
commit 2de1012acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

4
init.lua Normal file
View File

@ -0,0 +1,4 @@
core.register_on_joinplayer(function(player)
player:set_hp(1)
player:set_properties({hp_max=1})
end)

1
mod.conf Normal file
View File

@ -0,0 +1 @@
name = ohko