Skip to content

Commit

Permalink
disable contact damage for notplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
bgkillas committed Sep 29, 2024
1 parent c236884 commit 5881738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quant.ew/files/system/local_health/local_health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ local function allow_notplayer_perk(perk_id)
ESSENCE_FIRE = true,
ESSENCE_WATER = true,
LUKKI_MINION = true,
CONTACT_DAMAGE = true,
FOOD_CLOCK = true, -- TODO, should carry over satiation buff
TELEPORTITIS = true, -- TODO: teleports to 0,0
TELEPORTITIS_DODGE = true,
Expand Down

0 comments on commit 5881738

Please sign in to comment.