close #301
This commit is contained in:
parent
2736b3616d
commit
79fea68588
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ object OpTheCoolerWrite : SpellAction {
|
|||
val datumHolder = IXplatAbstractions.INSTANCE.findDataHolder(target)
|
||||
?: throw MishapBadEntity.of(target, "iota.write")
|
||||
|
||||
if (!datumHolder.writeIota(datum, true))
|
||||
throw MishapBadEntity.of(target, "iota.write")
|
||||
|
||||
// We pass null here so that even the own caster won't be allowed into a focus.
|
||||
// Otherwise, you could sentinel scout to people and remotely write their names into things using a cleric circle.
|
||||
val trueName = MishapOthersName.getTrueNameFromDatum(datum, null)
|
||||
|
|
Loading…
Reference in a new issue