Skip to content

Commit

Permalink
Prepare for lang merge
Browse files Browse the repository at this point in the history
  • Loading branch information
miyucomics committed Aug 5, 2024
1 parent a1f20dd commit b631f0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class OpBrainswept : ConstMediaAction {
override val argc = 1
override fun execute(args: List<Iota>, ctx: CastingContext): List<Iota> {
val entity = args.getEntity(0, argc)
ctx.assertEntityInRange(entity)
if (entity is MobEntity)
return IXplatAbstractions.INSTANCE.isBrainswept(entity).asActionResult
return (false).asActionResult
Expand Down

0 comments on commit b631f0e

Please sign in to comment.