summaryrefslogtreecommitdiff
path: root/lib/core/mimc_aux.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/core/mimc_aux.lua')
-rw-r--r--lib/core/mimc_aux.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/core/mimc_aux.lua b/lib/core/mimc_aux.lua
index c37a869b..cea1f4dc 100644
--- a/lib/core/mimc_aux.lua
+++ b/lib/core/mimc_aux.lua
@@ -90,6 +90,7 @@ add_mimic_shape
["rarity"] = 101,
["duration"] = {20, 100},
["calc"] = function ()
- apply_flags(TR1_SPEED + TR1_STR + TR1_INT + TR1_WIS + TR1_DEX + TR1_CON + TR1_CHR, 0, TR3_AGGRAVATE, 0, 0, 0, -10)
+ apply_flags(TR1_SPEED + TR1_STR + TR1_INT + TR1_WIS + TR1_DEX + TR1_CON + TR1_CHR, 0, 0, 0, 0, 0, -10)
+ player.xtra_f3 = bor(player.xtra_f3, TR3_AGGRAVATE)
end,
}