Skip to content

Commit

Permalink
Merge pull request #7055 from mdr55/combat-trainer-fix-for-dissecting…
Browse files Browse the repository at this point in the history
…-constructs

[script][combat-trainer] fix for dissecting constructs
  • Loading branch information
MahtraDR authored Jan 15, 2025
2 parents 52ab146 + 3c11abd commit f80f08e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -985,14 +985,15 @@ class LootProcess
'A failed or completed ritual has rendered',
'You realize after a few seconds',
'prevents a meaningful dissection',
"With less concern than you'd give a fresh corpse")
"With less concern than you'd give a fresh corpse",
'Rituals do not work upon constructs')
when /You succeed in dissecting the corpse/, /You learn something/i, "With less concern than you'd give a fresh corpse"
return true
when /You'll gain no insights from this attempt/
waitrt?
fput("dissect")
return false
when 'This ritual may only be performed on a corpse', 'A failed or completed ritual has rendered', 'You realize after a few seconds', 'prevents a meaningful dissection'
when 'This ritual may only be performed on a corpse', 'A failed or completed ritual has rendered', 'You realize after a few seconds', 'prevents a meaningful dissection', 'Rituals do not work upon constructs'
return false
when 'While likely a fascinating study', "That'd be a waste of time.", 'You do not yet possess the knowledge'
game_state.undissectable(mob_noun)
Expand Down

0 comments on commit f80f08e

Please sign in to comment.