Explorar el Código

Added "is"

master
Samuel Dweller hace 3 años
padre
commit
639c723bbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/game/maps/Newtown.ts

+ 1
- 1
src/game/maps/Newtown.ts Ver fichero

@@ -205,7 +205,7 @@ export const Newtown = (): Place => {
executor.removeEffect(effect)
})
executor.destroyed = false
return new LogLine(`Your party healthy again`)
return new LogLine(`Your party is healthy again`)
}
)
)


Cargando…
Cancelar
Guardar