Use escape hatch

This commit is contained in:
Emik 2025-06-24 14:32:54 +02:00
parent 93e0a4f6d6
commit ed3303e575
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 1 deletions

View file

@ -48,6 +48,7 @@ payload = '''if Jane and (type(G.ARGS.score_intensity.required_score) == "table"
local base = Cryptid and 10 or G.ARGS.score_intensity.required_score local base = Cryptid and 10 or G.ARGS.score_intensity.required_score
local expo = Cryptid and G.ARGS.score_intensity.required_score or 10 local expo = Cryptid and G.ARGS.score_intensity.required_score or 10
Jane.sinister = (G.ARGS.score_intensity.earned_score / (big(base) ^ big(expo))):to_number() > 1 Jane.sinister = (G.ARGS.score_intensity.earned_score / (big(base) ^ big(expo))):to_number() > 1
G.escapey_sinister = Jane.sinister
end''' end'''
match_indent = true match_indent = true

View file

@ -17,5 +17,5 @@
"conflicts": [ "conflicts": [
"Jen" "Jen"
], ],
"version": "1.5.12" "version": "1.5.13"
} }