mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Make vampirism and extra health perks affect max health.
This commit is contained in:
parent
4a61bffa9b
commit
6fea0d22c2
6 changed files with 69 additions and 1 deletions
|
@ -52,6 +52,7 @@ local function load_modules()
|
|||
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/heart_pickups/sync.lua")
|
||||
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/spawn_hooks/init.lua")
|
||||
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/proxy_info.lua")
|
||||
ctx.dofile_and_add_hooks("mods/quant.ew/files/src/system/perk_patches/init.lua")
|
||||
end
|
||||
|
||||
function OnProjectileFired(shooter_id, projectile_id, initial_rng, position_x, position_y, target_x, target_y, send_message,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue