mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
add revenge rats perks to ignore perk list, remove extra shop item as it seems fine
This commit is contained in:
parent
4628194308
commit
4b193377d1
2 changed files with 5 additions and 3 deletions
|
@ -263,9 +263,11 @@ ctx.cap.health = {
|
|||
end
|
||||
end
|
||||
for _, effect in pairs(status_effects) do
|
||||
if EntityGetIsAlive(ctx.my_player.entity) then
|
||||
EntityRemoveStainStatusEffect(ctx.my_player.entity, effect.id)
|
||||
EntityRemoveIngestionStatusEffect(ctx.my_player.entity, effect.id)
|
||||
end
|
||||
end
|
||||
inventory_helper.set_item_data(item_data, ctx.my_player)
|
||||
remove_inventory_tags()
|
||||
local controls = EntityGetFirstComponentIncludingDisabled(ctx.my_player.entity, "ControlsComponent")
|
||||
|
|
|
@ -3,4 +3,4 @@ local function hide_perk(perk_id)
|
|||
perk_data.not_in_default_perk_pool = true
|
||||
end
|
||||
|
||||
hide_perk("EXTRA_SHOP_ITEM")
|
||||
hide_perk("REVENGE_RATS")
|
Loading…
Add table
Add a link
Reference in a new issue