Преглед изворни кода

Fix status consequence descriptions

master
Fen Dweller пре 5 година
родитељ
комит
f3c7ae477c
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      src/game/combat/consequences.ts

+ 3
- 1
src/game/combat/consequences.ts Прегледај датотеку

@@ -96,7 +96,9 @@ export class StatusConsequence extends Consequence {

describe (user: Creature, target: Creature): LogEntry {
return new LogLine(
`Applies a ${this.statusMaker(user, target)} effect.`
`Applies a `,
this.statusMaker(user, target).name.toString(),
` effect.`
)
}
}


Loading…
Откажи
Сачувај