소스 검색

Fix the instant kill effect not removing itself

vintage
Fen Dweller 5 년 전
부모
커밋
dce420ba54
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/game/combat/effects.ts

+ 1
- 0
src/game/combat/effects.ts 파일 보기

@@ -10,6 +10,7 @@ export class InstantKillEffect extends StatusEffect {

onApply (creature: Creature) {
creature.vigors.Health = 0
creature.removeEffect(this)
return new LogLines(
new LogLine(
`${creature.name.capital} ${creature.name.conjugate(new ToBe())} killed instantly! `,


불러오는 중...
취소
저장